Made height auto for list selection elements
This commit is contained in:
parent
5292e619b6
commit
28cc63f5ef
@ -188,4 +188,8 @@ Forms
|
||||
|
||||
textarea {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
select[multiple] {
|
||||
height: auto;
|
||||
}
|
Loading…
Reference in New Issue
Block a user