diff --git a/module/my/css/task.css b/module/my/css/task.css index 22a28dbcc9..f92313cf22 100644 --- a/module/my/css/task.css +++ b/module/my/css/task.css @@ -17,4 +17,4 @@ td.delayed {background: #e84e0f !important; color: white;} .c-hours {width: 50px;} .c-status, .c-date, .c-user-short {width: 70px;} .c-project {width: 130px;} -#taskTable .c-user{width: 110px; padding-left: 29px;} +#taskTable .assigned-title{width: 110px; padding-left: 29px;} diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php index f108b76ae1..d365c439d9 100644 --- a/module/my/view/task.html.php +++ b/module/my/view/task.html.php @@ -73,7 +73,7 @@ task->deadlineAB);?> - task->assignedTo);?> + task->assignedTo);?> task->finishedBy);?>