Made height auto for list selection elements

This commit is contained in:
David 2015-10-21 08:58:58 -07:00
parent 5292e619b6
commit 28cc63f5ef

View File

@ -189,3 +189,7 @@ Forms
textarea {
max-width: 100%;
}
select[multiple] {
height: auto;
}