0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #20868 from twbs/inline-form-input-group

Ensure input groups behavior appropriately in inline forms
This commit is contained in:
Mark Otto 2016-10-09 16:04:23 -07:00 committed by GitHub
commit fc13ac2701

View File

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