Merge pull request #24 from Ontraport/OPAGEZ-77

Made height auto for list selection elements
This commit is contained in:
david-ontraport 2015-10-21 09:00:15 -07:00
commit ad645bb3d2

View File

@ -189,3 +189,7 @@ Forms
textarea { textarea {
max-width: 100%; max-width: 100%;
} }
select[multiple] {
height: auto;
}