Skip to content

Commit

Permalink
Merge e817962 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ibmdotcom-bot authored Dec 7, 2024
2 parents 3799b6d + e817962 commit 884dafd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/styles/scss/components/card/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@
}
}

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

.#{$prefix}--card__wrapper {
display: flex;
flex: 1;
Expand Down

0 comments on commit 884dafd

Please sign in to comment.