UX: fix textarea height on mobile (#28495)

This commit is contained in:
Kris 2024-08-22 16:31:48 -04:00 committed by GitHub
parent b53df4d884
commit fd4f7868ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,10 +6,10 @@
margin: 0 !important;
min-width: auto !important;
padding: 0.5em !important;
height: 150px !important;
// prevents firefox/chrome to add spacing under textarea
display: block;
height: 150px;
border-radius: var(--d-input-border-radius);
}