diff --git a/scss/_card.scss b/scss/_card.scss index 6fa77e61e8..73b3b0e820 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -314,6 +314,7 @@ column-gap: $card-columns-sm-up-column-gap; .card { + display: inline-block; // Don't let them vertically span multiple columns width: 100%; // Don't let them exceed the column width } }