From: Brandon Arnold Date: Fri, 11 Dec 2015 21:34:14 +0000 (-0800) Subject: removes right margin on buttons as per #7367 X-Git-Tag: v6.0.6~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f588adf1a9341a9851f6560525dc9863154193da;p=thirdparty%2Ffoundation%2Ffoundation-sites.git removes right margin on buttons as per #7367 --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 6b01bb5e3..26cdfc34a 100644 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -12,7 +12,7 @@ $button-padding: 0.85em 1em !default; /// Margin around buttons. /// @type List -$button-margin: 0 $global-margin $global-margin 0 !default; +$button-margin: 0 0 $global-margin 0 !default; /// Default fill for buttons. Can either be `solid` or `hollow`. /// @type Keyword