solid-design-system / solid

Monorepo for Union Investment's Solid Design System.
https://solid-design-system.fe.union-investment.de/docs/
Other
21 stars 4 forks source link

fix: 🤔 sd-dialog footer styling #1325

Open smfonseca opened 2 months ago

smfonseca commented 2 months ago

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