Skip to content

Commit

Permalink
Allow button toolbars to wrap (#21826)
Browse files Browse the repository at this point in the history
Fixes #21699
  • Loading branch information
mdo authored Jan 25, 2017
1 parent a5abfe0 commit 9d7d84e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_button-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
// Optional: Group multiple button groups together for a toolbar
.btn-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;

.input-group {
Expand Down

0 comments on commit 9d7d84e

Please sign in to comment.