]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix reset for y-grid to clear max-width as well 10648/head
authorKevin Ball <kmball11@gmail.com>
Thu, 14 Sep 2017 17:30:33 +0000 (10:30 -0700)
committerKevin Ball <kmball11@gmail.com>
Thu, 14 Sep 2017 17:30:33 +0000 (10:30 -0700)
scss/xy-grid/_cell.scss

index 10f70a64a5a0a20e1576679752108c6fa15abadd..3a5a760fa2bf961a6a42b477ec7c88eec0ab99d9 100644 (file)
@@ -66,6 +66,7 @@
 @mixin xy-cell-reset($vertical: true) {
   $direction: if($vertical == true, width, height);
   #{$direction}: auto;
+  max-#{$direction}: none;
 }
 
 // Sets our cell widths or heights depending on gutter type.