The footer is styled in a way that all slotted elements are pushed to the right side which makes it difficult to handle the responsive behaviour. The component should not have logic in this regard.
Expected behavior
The footer takes the full width of the container and all media queries are removed.
Technical Information
The footer css classes and also the part styles need to be cleaned up.
The dialog template should also be updated since it styles the part to override the component style.
This can be considered a breaking change.
DoR
[ ] Item has business value
[ ] Item has been estimated by the team
[ ] Item is clear and well-defined
[ ] Item dependencies have been identified
DoD
[ ] Documentation has been created/updated (if applicable)
[ ] Migration Guide has been created/updated (if applicable)
Current behavior
The footer is styled in a way that all slotted elements are pushed to the right side which makes it difficult to handle the responsive behaviour. The component should not have logic in this regard.
Expected behavior
The footer takes the full width of the container and all media queries are removed.
Technical Information
The footer css classes and also the part styles need to be cleaned up. The dialog template should also be updated since it styles the part to override the component style. This can be considered a breaking change.
DoR
DoD
feature
branch