Set max height of input.

This commit is contained in:
Bryan Mauger 2022-11-22 10:34:54 -05:00
parent c25e883d13
commit f367f0804f

View file

@ -203,6 +203,7 @@ export default {
border: 1px solid $gray-500;
border-radius: 0.5rem;
min-height: 3rem;
max-height: 48px;
padding: 12px 16px;
&::placeholder {
color: $gray-500;