]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #19650: improve non-flexbox card deck behavior so columns are always the same...
authorMark Otto <markdotto@gmail.com>
Thu, 12 May 2016 04:18:35 +0000 (21:18 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 12 May 2016 04:18:35 +0000 (21:18 -0700)
scss/_card.scss

index fdc5998de5835d1466f1e668febc5d8d9b89186c..fd0280a9e91cef69ea01f06f43e4a09040e831c6 100644 (file)
     $space-between-cards: (2 * $card-deck-margin);
     .card-deck {
       display: table;
+      width: 100%;
       table-layout: fixed;
       border-spacing: $space-between-cards 0;
 
       .card {
         display: table-cell;
-        width: 1%;
         vertical-align: top;
       }
     }