Skip to content

Commit

Permalink
fix(card): try a different approach to fixing card spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
m4olivei committed Dec 5, 2024
1 parent 9825fee commit 350838d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/styles/scss/components/card/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,16 @@
}
}

.#{$prefix}--card {
display: flex;
flex-direction: column;
justify-content: space-between;
}

.#{$prefix}--card__wrapper {
display: flex;
flex: 1;
justify-content: space-between;
block-size: 100%;
min-block-size: $spacing-13;
transition: $duration-moderate-01 motion(standard, productive);

Expand Down

0 comments on commit 350838d

Please sign in to comment.