From 99425321dc2b2a038ffa701854ff0133a8f189c3 Mon Sep 17 00:00:00 2001 From: Bass Jobsen Date: Mon, 5 Sep 2016 02:47:18 +0200 Subject: [PATCH] Make .card class inside .card-columns display: block too (#20447) See: https://github.com/twbs/bootstrap/pull/18255#issuecomment-237034763 --- scss/_card.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/_card.scss b/scss/_card.scss index a419d4d08d..6fa77e61e8 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -314,7 +314,6 @@ column-gap: $card-columns-sm-up-column-gap; .card { - display: inline-block; width: 100%; // Don't let them exceed the column width } }