0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-06 04:08:22 +01:00

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

Fixes #25413
This commit is contained in:
Mark Otto 2018-02-02 04:25:47 -08:00 committed by XhmikosR
parent e216c8833c
commit c68d26baa2

View File

@ -302,7 +302,8 @@ select.form-control-lg {
display: inline-block; display: inline-block;
} }
.input-group { .input-group,
.custom-select {
width: auto; width: auto;
} }