mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Ensure input groups behavior appropriately in inline forms
Overrides the default width: 100% with an auto. Fixes #20752.
This commit is contained in:
parent
b04e9fb87c
commit
cab2d5951d
@ -330,6 +330,7 @@ select.form-control-lg {
|
||||
|
||||
.input-group {
|
||||
display: inline-table;
|
||||
width: auto;
|
||||
vertical-align: middle;
|
||||
|
||||
.input-group-addon,
|
||||
|
Loading…
x
Reference in New Issue
Block a user