From 6ab46f975fbd6026ded3a3174fff6c5c3cadb4f8 Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Thu, 14 Sep 2017 10:30:33 -0700 Subject: [PATCH] Fix reset for y-grid to clear max-width as well --- scss/xy-grid/_cell.scss | 1 + 1 file changed, 1 insertion(+) 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. -- 2.47.2