From 7e4e508fc1e1dcf0b4a0fcb7d44102e518e93671 Mon Sep 17 00:00:00 2001 From: Felix Date: Sun, 31 May 2020 18:10:19 -0500 Subject: [PATCH] Fix textarea height --- src/parts/_forms.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/parts/_forms.css b/src/parts/_forms.css index 693ce37..01b8ff7 100644 --- a/src/parts/_forms.css +++ b/src/parts/_forms.css @@ -69,7 +69,8 @@ textarea:not([cols]) { } textarea:not([rows]) { - min-height: 140px; + min-height: 40px; + height: 140px; } select {