0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01:00

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

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 {