From 9451cddb9f3422c050b7c4d3c01d10a177f3e36b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Wed, 29 Sep 2021 13:09:15 +0200 Subject: [PATCH] min-height for textarea --- common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/common.css b/common.css index f9b17ad..d6a9316 100644 --- a/common.css +++ b/common.css @@ -68,6 +68,7 @@ select, input, button, textarea, a.button { border-radius: 2pt; } select { padding: .375em 0; } +textarea { min-height: 7em; } input[type=radio], input[type=checkbox] { vertical-align: baseline; -- 2.39.2