2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1
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 {