Skip to content

Commit

Permalink
button groups should be inline-flex to match their button counter par…
Browse files Browse the repository at this point in the history
…ts (inline-block currently)
  • Loading branch information
mdo committed Jan 4, 2017
1 parent 56f917d commit 1ed9f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_button-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.btn-group,
.btn-group-vertical {
position: relative;
display: flex;
display: inline-flex;
vertical-align: middle; // match .btn alignment given font-size hack above

> .btn {
Expand Down

0 comments on commit 1ed9f5d

Please sign in to comment.