Skip to content

Commit

Permalink
Fix: #5076 - column widths on research tasks block
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Dec 10, 2024
1 parent d6949a3 commit eb8c965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/modules/todo/research-tasks.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ use Illuminate\Support\Collection;
>
<thead>
<tr>
<th class="d-none d-md-table-cell wt-side-block-optional">
<th class="w-50 d-none d-md-table-cell wt-side-block-optional">
<?= I18N::translate('Date') ?>
</th>
<th>
<th class="w-50">
<?= I18N::translate('Record') ?>
</th>
<th class="d-none d-md-table-cell wt-side-block-optional">
<th class="w-50 d-none d-md-table-cell wt-side-block-optional">
<?= I18N::translate('Username') ?>
</th>
<th class="w-50">
Expand Down

0 comments on commit eb8c965

Please sign in to comment.