diff options
| -rw-r--r-- | scss/_forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 03f140906..5dbfbfb5e 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; } } |
