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
It seems that the card-deck class has impact on margin bottom of card class. I can correctly see 0.75rem in browser page inspection, but margin is then rendered at 0px. Altering the margin bottom height to other values has no effect. The result on page is no margin is present between card-deck-wrapper -> card-deck -> card and subsequent elements.
The text was updated successfully, but these errors were encountered:
By default the .card-deck nullifies a .card's bottom margin because of the table styles. Doesn't happen with the flex approach I imagine. Probably just need to nuke the bottom margin entirely and use spacer utils instead.
Here we're doing some margin swapping, so it looks a little funky. All this does is match the margin implementation and rendering across our table and flex versions of card decks.
It seems that the card-deck class has impact on margin bottom of card class. I can correctly see 0.75rem in browser page inspection, but margin is then rendered at 0px. Altering the margin bottom height to other values has no effect. The result on page is no margin is present between card-deck-wrapper -> card-deck -> card and subsequent elements.
The text was updated successfully, but these errors were encountered: