0
0
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:
Mark Otto 2016-10-09 16:00:30 -07:00
parent b04e9fb87c
commit cab2d5951d

View File

@ -330,6 +330,7 @@ select.form-control-lg {
.input-group {
display: inline-table;
width: auto;
vertical-align: middle;
.input-group-addon,