From: Evan Mullins Date: Mon, 18 May 2015 14:57:32 +0000 (-0400) Subject: set full width on stack-for-small button group X-Git-Tag: v5.5.3~65^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6570%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git set full width on stack-for-small button group to account if the group also has even-x specified. ticket #6555 --- diff --git a/scss/foundation/components/_button-groups.scss b/scss/foundation/components/_button-groups.scss index fd39fdaec..889c2c8e9 100644 --- a/scss/foundation/components/_button-groups.scss +++ b/scss/foundation/components/_button-groups.scss @@ -172,6 +172,7 @@ $button-group-border-width: 1px !default; @include button-group-style($orientation:horizontal); @media #{$small-only} { @include button-group-style($orientation:vertical); + width: 100%; } } }