mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-11 00:00:57 +00: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
1 changed files with 1 additions and 0 deletions
|
|
@ -330,6 +330,7 @@ select.form-control-lg {
|
|||
|
||||
.input-group {
|
||||
display: inline-table;
|
||||
width: auto;
|
||||
vertical-align: middle;
|
||||
|
||||
.input-group-addon,
|
||||
|
|
|
|||
Loading…
Reference in a new issue