You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When collapsing cards (e.g. in an accordion), the header has a bottom border that is rendered on top of the bottom border of the card itself. It results in two borders to be rendered, which (especially for the last card with rounded edges) looks wrong:
Depending on the used browser and zoom settings there can even be a small gap between the two border lines.
#23839 improved the layout of cards as collapsible elements but didn't change the double bottom border.
I would expect that the border of the header is not shown for a collapsed card.
I might have a fix for this, but I am not really sure if setting overflow: hidden on cards in an accordion is best practice, might also need some thorough review and testing:
When collapsing cards (e.g. in an accordion), the header has a bottom border that is rendered on top of the bottom border of the card itself. It results in two borders to be rendered, which (especially for the last card with rounded edges) looks wrong:
Depending on the used browser and zoom settings there can even be a small gap between the two border lines.
#23839 improved the layout of cards as collapsible elements but didn't change the double bottom border.
I would expect that the border of the header is not shown for a collapsed card.
The text was updated successfully, but these errors were encountered: