]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Revert "Fix bug #9361" 9770/head
authorKevin Ball <kmball11@gmail.com>
Sat, 11 Feb 2017 00:01:38 +0000 (16:01 -0800)
committerKevin Ball <kmball11@gmail.com>
Sat, 11 Feb 2017 00:01:38 +0000 (16:01 -0800)
This reverts commit c84d6c1ccffcae6d2f46e3932e3ca62f151074b3.

scss/grid/_flex-grid.scss

index 7b0654948c7b1f1d8bab391a82ef26a23723943f..e6bb72bdc105eb639b7d9c828b2dd76279151469 100644 (file)
   // Column row
   // The double .row class is needed to bump up the specificity
   .column.row.row {
-    display: flex;
+    float: none;
+    display: block;
   }
 
   // To properly nest a column row, padding and margin is removed