From 643fccf82f1ab35565172f6bbe7b001927d71775 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 6 May 2025 01:29:57 +0500 Subject: feat: approval notes --- public/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public/static') diff --git a/public/static/style.css b/public/static/style.css index ed1396c..b658488 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -81,6 +81,11 @@ label.inline { display: inline; } +textarea { + resize: vertical; + height: 100px; +} + .container { width: 100%; min-height: 100vh; -- cgit v1.2.3