diff --git a/module/bug/css/report.css b/module/bug/css/report.css index 83f749b531..5f1588dcd3 100644 --- a/module/bug/css/report.css +++ b/module/bug/css/report.css @@ -1,3 +1,5 @@ .table-bordered caption {border: 1px solid #ddd;} .table-bordered tr > th:first-child, .table-bordered tr > td:first-child {border-left: 1px solid #ddd!important} .table-bordered tr > th:last-child, .table-bordered tr > td:last-child {border-right: 1px solid #ddd!important} + +.col-side {width: 250px} diff --git a/module/bug/view/report.html.php b/module/bug/view/report.html.php index c69152c884..921316177e 100644 --- a/module/bug/view/report.html.php +++ b/module/bug/view/report.html.php @@ -20,8 +20,8 @@ createLink('bug', 'browse', "productID=$productID&browseType=$browseType&moduleID=$moduleID"), $lang->goback, '', "class='btn'");?> -