Skip to content

Commit cab2d59

Browse files
committed
Ensure input groups behavior appropriately in inline forms
Overrides the default width: 100% with an auto. Fixes #20752.
1 parent b04e9fb commit cab2d59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_forms.scss

+1
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ select.form-control-lg {
330330

331331
.input-group {
332332
display: inline-table;
333+
width: auto;
333334
vertical-align: middle;
334335

335336
.input-group-addon,

0 commit comments

Comments
 (0)