aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-12-27 16:08:07 -0600
committerMark Otto <[email protected]>2011-12-27 16:08:07 -0600
commit46d2ad5e221646807fb2bd71881860462988008e (patch)
tree171b4f784015c632f43bea337641c8482dcd2a3d /lib
parent3426877c894b858d89e68c72bc300cd4f670c40f (diff)
downloadbootstrap-46d2ad5e221646807fb2bd71881860462988008e.tar.xz
bootstrap-46d2ad5e221646807fb2bd71881860462988008e.zip
allow select with size attr to not have fixed height
Diffstat (limited to 'lib')
-rw-r--r--lib/forms.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 9d96e8f33..e9c392c76 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -100,7 +100,8 @@ select {
}
// Make multiple select elements height not fixed
-select[multiple] {
+select[multiple],
+select[size] {
height: inherit;
}