From dcf6a051e71f73c6f53f36f4a3a9420535f70e42 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 14 Sep 2011 08:58:20 -0700 Subject: allow multi-select lists in forms --- lib/forms.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/forms.less') diff --git a/lib/forms.less b/lib/forms.less index 4c307fe08..944d16af6 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -110,6 +110,11 @@ input[type=file] { *margin-top: 4px; /* For IE7, add top margin to align select with labels */ } +// Make multiple select elements height not fixed +select[multiple] { + height: inherit; +} + textarea { height: auto; } -- cgit v1.2.3