From af4d64807b32684ddf3ace3913d7c70e642d812e Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 9 Oct 2018 09:17:48 +0800 Subject: [PATCH] * fix for datatable in bug browse page. --- module/bug/css/browse.css | 2 ++ module/project/view/bug.html.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/module/bug/css/browse.css b/module/bug/css/browse.css index e673c56504..733ad2b51c 100644 --- a/module/bug/css/browse.css +++ b/module/bug/css/browse.css @@ -4,6 +4,8 @@ .confirm0 {color:gray; font-size:9px} .confirm1 {color:green; font-size:9px} +.datatable-wrapper .table-datatable .datatable-row td {height:37px;} + #createActionMenu .dropdown-menu {width:100%;} .dropdown-menu.with-search {padding: 0; min-width: 150px; overflow: hidden; max-height: 302px;} diff --git a/module/project/view/bug.html.php b/module/project/view/bug.html.php index c508ba25ad..2a3b2dfd3b 100644 --- a/module/project/view/bug.html.php +++ b/module/project/view/bug.html.php @@ -95,7 +95,7 @@ openedBy, $bug->openedBy);?> bug->printAssignedHtml($bug, $users);?> resolvedBy, $bug->resolvedBy);?> - bug->resolutionList[$bug->resolution];?> + bug->resolutionList, $bug->resolution);?> id";