Make the dashboard textarea a bit taller

This commit is contained in:
Kevin MacMartin 2021-09-05 17:45:58 -04:00
parent d6a281d397
commit 51d681af63

View file

@ -1079,6 +1079,7 @@ form {
textarea {
resize: none;
min-height: pxrem(175);
}
select {