SeedCompany / cord-field

CORD UI
MIT License
7 stars 3 forks source link

Fix CardGroup & ResponsiveDivider regression #1547

Closed CarsonF closed 2 months ago

CarsonF commented 2 months ago

8de22b710107212c2d1569ee78a5a1f908e7a60c did not work like I thought it did. Already fixed PaperTooltip. This addresses CardGroup & ResponsiveDivider.

Regressed (doesn't expand to same row)

Fixed


Additionally I unified the two ResponsiveDivider components & changed implementation to only use one <hr> element.


Also fixed how the project details "Team Members" & "Partnerships" cards would smoosh weirdly.

Before

After

"See All" doesn't jump around now and looks good on all screen sizes. The off center divider is accepted for this small width range.