Fix textarea height

This commit is contained in:
Justin Edmund 2022-12-27 14:54:29 -08:00
parent 3cf889cd43
commit adf7f42fc0

View file

@ -30,7 +30,7 @@
width: 100%;
textarea {
min-height: $unit * 20;
min-height: $unit * 22;
width: 100%;
}
}