]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add .expaned class to flex grid row, closes #7588
authorGeoff Kimball <geoff@zurb.com>
Thu, 17 Dec 2015 23:29:16 +0000 (15:29 -0800)
committerGeoff Kimball <geoff@zurb.com>
Thu, 17 Dec 2015 23:29:16 +0000 (15:29 -0800)
scss/grid/_flex-grid.scss

index def9e1f173b1f0967c0e0c57475c1e9ed25a39b9..dcf7e9942c512ac2de41a57e4c58c28866a2450a 100644 (file)
     .column-row & {
       @include flex-grid-row(nest, $base: false);
     }
+
+    // Expanded row
+    &.expanded {
+      max-width: none;
+    }
   }
 
   // Column