aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_card.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_card.scss b/scss/_card.scss
index 6fa77e61e..73b3b0e82 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
}
}