Adjust width of timetracking column. Make subtasks wrap not under icons

This commit is contained in:
Slade
2019-12-04 19:22:08 -07:00
committed by Frédéric Guillot
parent 061b4a676c
commit ad85637aa1
8 changed files with 42 additions and 21 deletions

View File

@@ -4,9 +4,9 @@
<tr>
<th class="column-15"><?= t('Type') ?></th>
<th><?= t('Title') ?></th>
<th class="column-10"><?= t('Dependency') ?></th>
<th class="column-15"><?= t('Dependency') ?></th>
<th class="column-15"><?= t('Creator') ?></th>
<th class="column-15"><?= t('Date') ?></th>
<th class="column-10"><?= t('Date') ?></th>
</tr>
</thead>
<tbody>