]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Ensure input groups behavior appropriately in inline forms 20868/head
authorMark Otto <markdotto@gmail.com>
Sun, 9 Oct 2016 23:00:30 +0000 (16:00 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 9 Oct 2016 23:00:30 +0000 (16:00 -0700)
Overrides the default width: 100% with an auto. Fixes #20752.

scss/_forms.scss

index 59465ee6c913e490926628f2a3149ba842d84cb5..5f5b26146c1bc1369a0a057b57f7ce58eba6c44e 100644 (file)
@@ -330,6 +330,7 @@ select.form-control-lg {
 
     .input-group {
       display: inline-table;
+      width: auto;
       vertical-align: middle;
 
       .input-group-addon,