Skip to content

Commit

Permalink
Override .custom-select width in .form-inline (#25414)
Browse files Browse the repository at this point in the history
Fixes #25413
  • Loading branch information
mdo authored and XhmikosR committed Feb 2, 2018
1 parent e216c88 commit c68d26b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ select.form-control-lg {
display: inline-block;
}

.input-group {
.input-group,
.custom-select {
width: auto;
}

Expand Down

0 comments on commit c68d26b

Please sign in to comment.