auto size input groups, fixes #20506

This commit is contained in:
Mark Otto 2016-12-27 14:36:30 -08:00 committed by Mark Otto
parent 4d141cb3d1
commit 5d0ec572d4
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@
.btn-toolbar {
display: flex;
justify-content: flex-start;
.input-group {
width: auto;
}
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {