From: Mark Otto Date: Thu, 8 Sep 2016 03:38:11 +0000 (-0700) Subject: Fix #20654 by reverting #20447 (#20665) X-Git-Tag: v4.0.0-alpha.5~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5713077ba5dd47fbca00d8da05f1e19c7475f29e;p=thirdparty%2Fbootstrap.git Fix #20654 by reverting #20447 (#20665) Cards must be inline-block in columns, otherwise they can get split across columns --- 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 } }