aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_card.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_card.scss b/scss/_card.scss
index 9ae261556..8ee11ad9f 100644
--- a/scss/_card.scss
+++ b/scss/_card.scss
@@ -285,7 +285,7 @@
.card {
display: inline-block; // Don't let them vertically span multiple columns
- width: 100%; // Don't let them exceed the column width
+ width: 100%; // Don't let their width change
margin-bottom: $card-columns-margin;
}
}