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

@ -188,4 +188,8 @@ Forms
textarea { textarea {
max-width: 100%; max-width: 100%;
}
select[multiple] {
height: auto;
} }