From 96d6a81461e9a35b6086b716b50ff48982751162 Mon Sep 17 00:00:00 2001 From: limepotato Date: Thu, 4 Jul 2024 23:59:14 -0600 Subject: [PATCH] Was a bit too big if in a reply --- custom/assets/instance.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/assets/instance.css b/custom/assets/instance.css index 785923501..aaaaf86f5 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -7,5 +7,5 @@ */ textarea { - height: 300px + height: 225px }