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,
);