diff --git a/module/bug/js/browse.js b/module/bug/js/browse.js index 0a051dafa3..55f6788f5d 100644 --- a/module/bug/js/browse.js +++ b/module/bug/js/browse.js @@ -10,7 +10,7 @@ function browseByModule(active) $(document).ready(function() { - $("a.customFields").colorbox({width:600, height:340, iframe:true, transition:'none'}); + $("a.customFields").colorbox({width:540, height:340, iframe:true, transition:'none'}); $('#' + browseType + 'Tab').addClass('active'); $('#module' + moduleID).addClass('active'); if(browseType == 'bysearch') ajaxGetSearchForm();