2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+2 -1
View File
@@ -302,7 +302,8 @@ select.form-control-lg {
display: inline-block;
}
.input-group {
.input-group,
.custom-select {
width: auto;
}