Merge pull request #24 from Ontraport/OPAGEZ-77
Made height auto for list selection elements
This commit is contained in:
@@ -189,3 +189,7 @@ Forms
|
||||
textarea {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
select[multiple] {
|
||||
height: auto;
|
||||
}
|
Reference in New Issue
Block a user