From 609e1fe10f74d1a669491e79a0db9a02f9009185 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Thu, 24 Jul 2025 12:02:57 +0200 Subject: [PATCH] Apply textarea height increase to new issues in Blender repository only --- templates/custom/header.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index a96f880..70ff301 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -202,9 +202,10 @@ list-style: none; } - form.issue-content { - --min-height-textarea: 300px; + form[action="/blender/blender/issues/new"] { + --min-height-textarea: 300px; } +