diff --git a/scss/_forms.scss b/scss/_forms.scss index 03f1409064..5dbfbfb5eb 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -55,7 +55,7 @@ } select.form-control { - &:not([size], [multiple]) { + &:not([size]):not([multiple]) { height: $input-height; } }