Merge pull request #24 from Ontraport/OPAGEZ-77
Made height auto for list selection elements
This commit is contained in:
commit
ad645bb3d2
@ -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