From 94df394158d42e9441b767d71544ec0c178a0710 Mon Sep 17 00:00:00 2001 From: sunhao Date: Mon, 30 Oct 2023 14:10:17 +0800 Subject: [PATCH] * bug: optimize UI for bug create form. --- module/bug/ui/create.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/bug/ui/create.html.php b/module/bug/ui/create.html.php index 610c5f5b8e..a7891864f4 100644 --- a/module/bug/ui/create.html.php +++ b/module/bug/ui/create.html.php @@ -51,6 +51,7 @@ formPanel ), $product->type != 'normal' && isset($products[$bug->productID]) ? picker ( + set::boxClass('flex-none'), set::width('100px'), set::name('branch'), set::items($branches),