From: Mark Otto Date: Fri, 23 Dec 2016 00:39:18 +0000 (-0800) Subject: fix comment X-Git-Tag: v4.0.0-alpha.6~235^2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c48655d074f5910cda49f1daedd743f66bf3f36;p=thirdparty%2Fbootstrap.git fix comment --- diff --git a/scss/_card.scss b/scss/_card.scss index 9ae261556e..8ee11ad9f6 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; } }