diff options
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/less/forms.less b/less/forms.less index 8d6c4d189..c366eb009 100644 --- a/less/forms.less +++ b/less/forms.less @@ -124,8 +124,7 @@ input[type="checkbox"] { // Set the height of select and file controls to match text inputs input[type="file"] { - height: @input-height-base; /* In IE7, the height of the select element cannot be changed by height, only font-size. TODO: Check if this is still needed when dropping IE7 support */ - line-height: @input-height-base; + display: block; } // Make multiple select elements height not fixed |
