From: Andy Cochran Date: Wed, 6 Apr 2016 00:11:06 +0000 (-0400) Subject: add specificity for .expanded.row .[size]-collapse.row X-Git-Tag: v6.2.2-rc1~71^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8534%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git add specificity for .expanded.row .[size]-collapse.row --- diff --git a/scss/grid/_classes.scss b/scss/grid/_classes.scss index 487d821c8..abbfd4aaa 100644 --- a/scss/grid/_classes.scss +++ b/scss/grid/_classes.scss @@ -116,7 +116,8 @@ .#{$-zf-size}-#{$collapse} { > .#{$column} { @include grid-col-collapse; } - .#{$row} { + .#{$row}, + .#{$expanded}.#{$row} &.#{$row} { margin-left: 0; margin-right: 0; }