]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix bug #9361 9362/head
authormarcelopluz@gmail.com <marcelopluz@gmail.com>
Fri, 11 Nov 2016 15:59:47 +0000 (10:59 -0500)
committermarcelopluz@gmail.com <marcelopluz@gmail.com>
Fri, 11 Nov 2016 15:59:47 +0000 (10:59 -0500)
The flex grid sets the display of a row that is aslo a column as 'block', remove this declaration since its not needed.

scss/grid/_flex-grid.scss

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