diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index eaa17105c..6946ab2ec 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1474,10 +1474,7 @@ input[type="checkbox"] { } input[type="file"] { - height: 38px; - /* 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: 38px; + display: block; } select[multiple], |
