diff --git a/module/bug/view/browse.html.php b/module/bug/view/browse.html.php
index 0147853aff..45f488d98d 100644
--- a/module/bug/view/browse.html.php
+++ b/module/bug/view/browse.html.php
@@ -384,7 +384,7 @@ $('#module' + moduleID).closest('li').addClass('active');
if($('#query li.active').size() == 0) $.toggleQueryBox(true);
-
+
$(function(){$('#bugForm').table();})
app->loadConfig('qa', '', false);?>
diff --git a/module/search/view/buildform.html.php b/module/search/view/buildform.html.php
index ca07c26eef..f3865d485f 100644
--- a/module/search/view/buildform.html.php
+++ b/module/search/view/buildform.html.php
@@ -15,15 +15,17 @@ $jsRoot = $this->app->getWebRoot() . "js/";
include '../../common/view/datepicker.html.php';
include '../../common/view/chosen.html.php';
$formId = 'searchForm-' . uniqid('');
+$fieldWidth = $app->getClientLang() == 'en' ? 'w-130px' : 'w-110px';
+$operatorWidth = $app->getClientLang() == 'en' ? 'w-110px' : 'w-100px';
?>