Navigation Menu

Skip to content

Commit

Permalink
fix button spacing issue #5735
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafi Benkual committed Sep 9, 2014
1 parent e0c99fc commit d13e7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/foundation/components/_button-groups.scss
Expand Up @@ -57,7 +57,7 @@ $button-group-border-width: 1px !default;
}
@else {
margin: 0 -2px;
float: none;
float: $default-float;
display: inline-block;
}

Expand Down Expand Up @@ -151,7 +151,7 @@ $button-group-border-width: 1px !default;
& > li { @include button-group-style(); }

&.stack {
& > li { @include button-group-style($orientation:vertical); }
& > li { @include button-group-style($orientation:vertical); float: none; }
}

&.stack-for-small {
Expand Down

0 comments on commit d13e7e3

Please sign in to comment.