From: Stadly Date: Tue, 22 Oct 2019 11:14:06 +0000 (+0200) Subject: Fix expanded button width X-Git-Tag: v2.3.0~7^2~9^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=908ce9a1c107c5742ad282686c3d1cc45eec497e;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Fix expanded button width --- diff --git a/scss/grid/_grid.scss b/scss/grid/_grid.scss index 429b8f08..3a787c55 100755 --- a/scss/grid/_grid.scss +++ b/scss/grid/_grid.scss @@ -98,7 +98,8 @@ th.column { &.button { width:auto; - &.expanded{ + &.expand, + &.expanded { width: 100%; } }