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

height auto on mutli select

This commit is contained in:
Mark Otto
2012-01-25 11:51:13 -08:00
parent 06017b26ca
commit 86191d898b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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