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

allow multi-select lists in forms

This commit is contained in:
Mark Otto
2011-09-14 08:58:20 -07:00
parent 32a690af98
commit dcf6a051e7
4 changed files with 22 additions and 1 deletions
+5
View File
@@ -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;
}