From: Tim Hartwick Date: Fri, 19 Feb 2016 20:03:54 +0000 (-0800) Subject: fix for center bug in expanded buttons X-Git-Tag: v2.0.0-rc.3~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b5789480cfac652b2c648841cb01325d0ba9a7a;p=thirdparty%2Ffoundation%2Ffoundation-emails.git fix for center bug in expanded buttons --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 5f09de56..0151f396 100755 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -145,6 +145,10 @@ table.button.large { text-align: center; } } + + center { + min-width: 0; + } } table.button:hover,