]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix comment
authorMark Otto <markdotto@gmail.com>
Fri, 23 Dec 2016 00:39:18 +0000 (16:39 -0800)
committerMark Otto <markdotto@gmail.com>
Fri, 23 Dec 2016 00:39:18 +0000 (16:39 -0800)
scss/_card.scss

index 9ae261556e6d73cc7b1434a73f39e3f8c8f4c7db..8ee11ad9f6b5f0f3c16e7b4d6dfd4f49f9f1e837 100644 (file)
 
     .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;
     }
   }