From df04862ff234406f2e00fda085af70b9c31e255c Mon Sep 17 00:00:00 2001 From: limepotato Date: Thu, 4 Jul 2024 23:38:25 -0600 Subject: [PATCH] Text area --- custom/assets/instance.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/custom/assets/instance.css b/custom/assets/instance.css index 9a70e6642..785923501 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -5,3 +5,7 @@ * With that said, GLHF! * This may eventuallly be replaced with a function in the admin panel. */ + +textarea { + height: 300px +}