Skip to content

Commit c68d26b

Browse files
mdoXhmikosR
authored andcommitted
Override .custom-select width in .form-inline (#25414)
Fixes #25413
1 parent e216c88 commit c68d26b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scss/_forms.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,8 @@ select.form-control-lg {
302302
display: inline-block;
303303
}
304304

305-
.input-group {
305+
.input-group,
306+
.custom-select {
306307
width: auto;
307308
}
308309

0 commit comments

Comments
 (0)