From 7434b6617c3c42821486f7eb73aebffec6958268 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 18 May 2015 10:57:32 -0400 Subject: [PATCH] set full width on stack-for-small button group to account if the group also has even-x specified. ticket #6555 --- scss/foundation/components/_button-groups.scss | 1 + 1 file changed, 1 insertion(+) 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%; } } } -- 2.47.2