From 6cbe1cfb44b469d64e03c8dd75509effc270dadb Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Fri, 25 Nov 2016 14:18:29 +0800 Subject: [PATCH] * adjust colspan in project task page. --- module/project/view/task.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/view/task.html.php b/module/project/view/task.html.php index d164062b95..5ed4e1bed6 100644 --- a/module/project/view/task.html.php +++ b/module/project/view/task.html.php @@ -49,7 +49,7 @@ js::set('browseType', $browseType); ?> - cookie->windowWidth > $this->config->wideSize ? 15 : 12) - ($project->type == 'sprint' ? 0 : 1);?> + cookie->windowWidth > $this->config->wideSize ? 16 : 13) - ($project->type == 'sprint' ? 0 : 1);?>