From 5bbfca17195910a5c0dbf016210b3e11d6aa6c8f Mon Sep 17 00:00:00 2001 From: daitingting Date: Wed, 11 Oct 2023 05:25:46 +0000 Subject: [PATCH] * Adjust width of pri. --- module/bug/ui/batchcreate.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/ui/batchcreate.html.php b/module/bug/ui/batchcreate.html.php index c62f91bcc1..5db646e543 100644 --- a/module/bug/ui/batchcreate.html.php +++ b/module/bug/ui/batchcreate.html.php @@ -185,7 +185,7 @@ $items[] = array 'control' => 'priPicker', 'items' => $lang->bug->priList, 'value' => 3, - 'width' => '80px', + 'width' => '100px', 'required' => isset($requiredFields['pri']), 'ditto' => true, );