From dffed3529cd1f7f9aedb8ed2e36c24c0644d3c3e Mon Sep 17 00:00:00 2001 From: TheSaminator Date: Thu, 10 Feb 2022 17:36:23 -0500 Subject: [PATCH] Another fix for another thing --- src/jvmMain/resources/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jvmMain/resources/static/style.css b/src/jvmMain/resources/static/style.css index 547dadd..0ed0dec 100644 --- a/src/jvmMain/resources/static/style.css +++ b/src/jvmMain/resources/static/style.css @@ -241,6 +241,7 @@ textarea { textarea { font-family: 'Noto Sans', sans-serif; + resize: vertical; } input[type=text]:focus, -- 2.25.1