summaryrefslogtreecommitdiff
path: root/app/Template/task/time_tracking.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task/time_tracking.php')
-rw-r--r--app/Template/task/time_tracking.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/time_tracking.php b/app/Template/task/time_tracking.php
index 6e86df91..1dea0f0b 100644
--- a/app/Template/task/time_tracking.php
+++ b/app/Template/task/time_tracking.php
@@ -7,7 +7,7 @@
<table class="table-fixed">
<tr>
<th class="column-20"><?= $subtask_paginator->order(t('User'), 'username') ?></th>
- <th class="column-40"><?= $subtask_paginator->order(t('Subtask'), 'subtask_title') ?></th>
+ <th class="column-30"><?= $subtask_paginator->order(t('Subtask'), 'subtask_title') ?></th>
<th><?= $subtask_paginator->order(t('Start'), 'start') ?></th>
<th><?= $subtask_paginator->order(t('End'), 'end') ?></th>
</tr>