Commit c68d26ba authored by Mark Otto's avatar Mark Otto Committed by XhmikosR
Browse files

Override .custom-select width in .form-inline (#25414)

Fixes #25413
parent e216c883
Showing with 2 additions and 1 deletion
+2 -1
......@@ -302,7 +302,8 @@ select.form-control-lg {
display: inline-block;
}
.input-group {
.input-group,
.custom-select {
width: auto;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment