aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-09 16:00:30 -0700
committerMark Otto <[email protected]>2016-10-09 16:00:30 -0700
commitcab2d5951d311640e64990a694dc61876389b6fd (patch)
tree035b1c87fd65b29a301d5b52cd4f239aea9f00f8
parentb04e9fb87c8957b33d0a9807e53acfb9f1715bf0 (diff)
downloadbootstrap-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.scss1
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,