From 17c72f89bfb79424be742229ade8904216a250ea Mon Sep 17 00:00:00 2001 From: Kolkman Date: Mon, 7 Sep 2026 12:41:37 +0200 Subject: [PATCH] Comment area width --- frontend/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/static/style.css b/frontend/static/style.css index a26e427..3975340 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -847,6 +847,11 @@ button:disabled { border-top: 1px solid var(--border); } +.edit-form textarea { + width: 100%; +} + + .edit-tags { display: grid; gap: 8px;