2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

allow select with size attr to not have fixed height

This commit is contained in:
Mark Otto
2011-12-27 16:08:07 -06:00
parent 3426877c89
commit 46d2ad5e22
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -100,7 +100,8 @@ select {
}
// Make multiple select elements height not fixed
select[multiple] {
select[multiple],
select[size] {
height: inherit;
}