Skip to content

Commit

Permalink
Ensure input groups behavior appropriately in inline forms
Browse files Browse the repository at this point in the history
Overrides the default width: 100% with an auto. Fixes #20752.
  • Loading branch information
mdo committed Oct 9, 2016
1 parent b04e9fb commit cab2d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ select.form-control-lg {

.input-group {
display: inline-table;
width: auto;
vertical-align: middle;

.input-group-addon,
Expand Down

0 comments on commit cab2d59

Please sign in to comment.