Allow button toolbars to wrap (#21826)

Fixes #21699
This commit is contained in:
Mark Otto 2017-01-24 20:43:33 -08:00 committed by GitHub
parent a5abfe0ac0
commit 9d7d84e0b9
1 changed files with 1 additions and 0 deletions

View File

@ -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 {