From c0ca049bdeee7d3aa2b655ee4a2f24f2aa19de5b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 15 Feb 2024 23:09:36 +0100 Subject: đŸ’„ force smaller textarea MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index b4566d4a4..beee2298f 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -465,8 +465,8 @@ h4, .h4 { font-size: 1.1rem; } -textarea { - height: 90px; +textarea, textarea.form-control { + height: 6em; } .sheet { -- cgit v1.2.3