From 51d681af63d955399e89aa95e92c9307d19ebe5b Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Sun, 5 Sep 2021 17:45:58 -0400 Subject: [PATCH] Make the dashboard textarea a bit taller --- resources/sass/dashboard.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/sass/dashboard.scss b/resources/sass/dashboard.scss index 1e68ec2..46a2d68 100644 --- a/resources/sass/dashboard.scss +++ b/resources/sass/dashboard.scss @@ -1079,6 +1079,7 @@ form { textarea { resize: none; + min-height: pxrem(175); } select {