From 9af9afd14dc31a13366d16675ceb0272e46b336e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 26 Feb 2023 07:59:25 +0800 Subject: [PATCH] Added the height for the textarea with floating labels. --- src/accounting/static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/accounting/static/css/style.css b/src/accounting/static/css/style.css index 188bf89..3a904fe 100644 --- a/src/accounting/static/css/style.css +++ b/src/accounting/static/css/style.css @@ -34,6 +34,9 @@ color: inherit; padding-right: 0; } +.form-floating > textarea.form-control { + height: 6rem; +} .accounting-dragged { color: #141619; background-color: #D3D3D4;