Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Override .custom-select width in .form-inline
Fixes #25413
  • Loading branch information
mdo authored Jan 23, 2018
commit 9332b745f7f8be28d649cbc42fab65e9bd173425
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