From fb02e9882638abf1567bd69ce62096614f3ff78d Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Sat, 19 Jul 2025 15:49:51 +0200 Subject: [PATCH] Increase minimum height of `textarea` when creating issues See: https://projects.blender.org/infrastructure/meta/issues/144 --- templates/custom/header.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 5e604df..a96f880 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -201,6 +201,10 @@ .user-badges li { list-style: none; } + + form.issue-content { + --min-height-textarea: 300px; + }