From: Tim Hartwick Date: Wed, 17 Feb 2016 23:31:04 +0000 (-0800) Subject: fixed nested grid issue X-Git-Tag: v2.0.0-rc.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092e657e1d17049c8388b3a794991649eceea6e0;p=thirdparty%2Ffoundation%2Ffoundation-emails.git fixed nested grid issue --- diff --git a/scss/grid/_grid.scss b/scss/grid/_grid.scss index 3e2945ee..47dbd82e 100755 --- a/scss/grid/_grid.scss +++ b/scss/grid/_grid.scss @@ -60,6 +60,16 @@ th.column.last { padding-right: $grid-column-gutter; } +//makes sure nested tables are 100% width +td.columns, +td.column, +th.columns, +th.column { + table { + width: 100%; + } +} + @for $i from 1 through $grid-column-count { td.large-#{$i}, th.large-#{$i} {