diff options
| author | Mark Otto <[email protected]> | 2016-10-09 16:00:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-09 16:00:30 -0700 |
| commit | cab2d5951d311640e64990a694dc61876389b6fd (patch) | |
| tree | 035b1c87fd65b29a301d5b52cd4f239aea9f00f8 | |
| parent | b04e9fb87c8957b33d0a9807e53acfb9f1715bf0 (diff) | |
| download | bootstrap-cab2d5951d311640e64990a694dc61876389b6fd.tar.xz bootstrap-cab2d5951d311640e64990a694dc61876389b6fd.zip | |
Ensure input groups behavior appropriately in inline forms
Overrides the default width: 100% with an auto. Fixes #20752.
| -rw-r--r-- | scss/_forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 59465ee6c..5f5b26146 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -330,6 +330,7 @@ select.form-control-lg { .input-group { display: inline-table; + width: auto; vertical-align: middle; .input-group-addon, |
