From c2174d62dd8bed4bdc76532bf7bf0ae5ea1a96e2 Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Wed, 23 Mar 2016 09:53:35 +0800 Subject: [PATCH] * fix bug: the estimate can not display if pri title is long when creating a task. --- module/task/css/create.css | 1 + module/task/view/create.html.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/module/task/css/create.css b/module/task/css/create.css index 3de0fc1c36..3784181619 100644 --- a/module/task/css/create.css +++ b/module/task/css/create.css @@ -4,3 +4,4 @@ .chosen-container {max-width: 980px} .minw-80px {min-width: 80px;} +.minw-60px {min-width: 60px;} diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index a986cd22bc..e2734e6273 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -74,7 +74,7 @@ task->estimateAB;?> - task->hour}'");?> + task->hour}'");?>