From: Tim Hartwick Date: Thu, 18 Feb 2016 17:46:56 +0000 (-0800) Subject: quick fix for expanded buttons X-Git-Tag: v2.0.0-rc.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaa133dde57e7cd8f6323f52a7930e4afcb15609;p=thirdparty%2Ffoundation%2Ffoundation-emails.git quick fix for expanded buttons --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 5dc38672..4c82bc2b 100755 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -140,7 +140,8 @@ table.button.large { width: 100%; a { - width: 100%; + //TODO need to make it 100% - padding left - padding right + width: calc(100% - 20px); text-align: center; } }