From: Kevin Ball Date: Thu, 14 Sep 2017 17:30:33 +0000 (-0700) Subject: Fix reset for y-grid to clear max-width as well X-Git-Tag: v6.4.4-rc1~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10648%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix reset for y-grid to clear max-width as well --- diff --git a/scss/xy-grid/_cell.scss b/scss/xy-grid/_cell.scss index 10f70a64a..3a5a760fa 100644 --- a/scss/xy-grid/_cell.scss +++ b/scss/xy-grid/_cell.scss @@ -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.