diff options
| author | Mark Otto <[email protected]> | 2012-01-25 11:51:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 11:51:13 -0800 |
| commit | 86191d898b2520611b537892e33be3b179f83199 (patch) | |
| tree | 196760225fc742b487a6fc1bfac864c767ea50a2 /lib/forms.less | |
| parent | 06017b26ca5a9c835edb9d42188431fa30c7e499 (diff) | |
| download | bootstrap-86191d898b2520611b537892e33be3b179f83199.tar.xz bootstrap-86191d898b2520611b537892e33be3b179f83199.zip | |
height auto on mutli select
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less index 3b35a172c..355a33a30 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -118,7 +118,7 @@ select { // Make multiple select elements height not fixed select[multiple], select[size] { - height: inherit; + height: auto; } // Remove shadow from image inputs |
