From: Joe Workman Date: Fri, 9 Jun 2017 15:54:20 +0000 (-0700) Subject: Fixed nested expanded button style X-Git-Tag: v2.3.0~7^2~27^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F791%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Fixed nested expanded button style The !Important was not getting cuaght by the inliner. --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 930086e0..81005184 100755 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -145,7 +145,7 @@ table.button.large { table.button.expand, table.button.expanded { - width: 100%!important; + width: 100%; table { width: 100%; diff --git a/scss/grid/_grid.scss b/scss/grid/_grid.scss index 1f87716f..429b8f08 100755 --- a/scss/grid/_grid.scss +++ b/scss/grid/_grid.scss @@ -97,6 +97,10 @@ th.column { &.button { width:auto; + + &.expanded{ + width: 100%; + } } } }