From 798ab558a1f0872a710b6dee744a3704aa9fa9ba Mon Sep 17 00:00:00 2001 From: George Spake Date: Fri, 3 Jun 2016 09:36:41 -0500 Subject: [PATCH] Contain nested rows to grid If a row is nested inside of an expanded row, it should be contained to the grid unless the expanded class is explicitly added to the nested row. If a nested row needs to be full width, the `expanded` class can be applied to that row; however, if nested row max-width is set to none, there's no way to contain a row to the grid inside of an expanded row. This fixes #8886 --- scss/grid/_row.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/grid/_row.scss b/scss/grid/_row.scss index 9cd14883c..daa71e03c 100644 --- a/scss/grid/_row.scss +++ b/scss/grid/_row.scss @@ -82,7 +82,6 @@ @if type-of($gutter) == 'number' { $gutter: ($-zf-zero-breakpoint: $gutter); } - max-width: none; @each $breakpoint, $value in $gutter { $margin: rem-calc($value) / 2 * -1; -- 2.47.2