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