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