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
🌸 Components: Card does not need a gap-y (#2148)
- #2110
If we enforce a gap at the card level, it makes it hard to format things
nicely in contexts where there should not be a gap between the header
and footer.
The `justify-between` is "enough" to ensure that the footer sticks to
the bottom of the card, and the `header` and `footer` both provide
padding.
So no need to set that intention + enforce it multiple places; and this
place seemed like the one that was least tailorable to the immediate
usage context.
0 commit comments