mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +01:00
auto size input groups, fixes #20506
This commit is contained in:
parent
4d141cb3d1
commit
5d0ec572d4
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user