Fixed form select field styling

This commit is contained in:
Gregory Ballantine 2024-05-29 09:02:00 -04:00
parent 8412163370
commit 9ddc3db48d

View File

@ -21,7 +21,7 @@ textarea{
height: 100px;
}
form select{
form select[multiple]{
min-height: 100px;
}