aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-16 11:09:46 -0700
committerJacob Thornton <[email protected]>2011-09-16 11:09:46 -0700
commitaa432390888bae158bbc3014eed9af55103d03aa (patch)
treeb9546431afee3e296dc201ed6228585d3bbd4867 /lib/forms.less
parentf0d5caf0547da84c8e3b80e704510a36d8a4e39b (diff)
parente8d9eb264c3ba8c263d37259f65eece7247b00b9 (diff)
downloadbootstrap-aa432390888bae158bbc3014eed9af55103d03aa.tar.xz
bootstrap-aa432390888bae158bbc3014eed9af55103d03aa.zip
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/forms.less b/lib/forms.less
index d6b1a693d..0da4037df 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -111,6 +111,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;
}