From 767560dbef1ed86fab93c5984f0a031d2e401c62 Mon Sep 17 00:00:00 2001 From: Beowulf Date: Wed, 17 Jul 2024 20:14:02 +0200 Subject: [PATCH] Fix label selector popup width (issue creation) This aligns the popup width of the label selector during issue creation to the width of the label selector in an already created issue. (The inherited width from "ui form" is reset to prevent width: 100% on the input element in the search box.) (cherry picked from commit b32a03531c1b78b2f7a3eb60c145fc2a2889ee76) --- templates/repo/issue/labels/labels_selector_field.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/issue/labels/labels_selector_field.tmpl b/templates/repo/issue/labels/labels_selector_field.tmpl index b4aee41da5..9e54e7a649 100644 --- a/templates/repo/issue/labels/labels_selector_field.tmpl +++ b/templates/repo/issue/labels/labels_selector_field.tmpl @@ -9,7 +9,7 @@ {{if or .Labels .OrgLabels}} {{end}} {{ctx.Locale.Tr "repo.issues.new.clear_labels"}}