summaryrefslogtreecommitdiff
path: root/app/Template/dashboard/tasks.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/dashboard/tasks.php')
-rw-r--r--app/Template/dashboard/tasks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/dashboard/tasks.php b/app/Template/dashboard/tasks.php
index d0e731d6..427b903d 100644
--- a/app/Template/dashboard/tasks.php
+++ b/app/Template/dashboard/tasks.php
@@ -4,7 +4,7 @@
<?php if ($paginator->isEmpty()): ?>
<p class="alert"><?= t('There is nothing assigned to you.') ?></p>
<?php else: ?>
- <table class="table-small">
+ <table class="table-striped table-small table-scrolling">
<tr>
<th class="column-5"><?= $paginator->order('Id', \Kanboard\Model\TaskModel::TABLE.'.id') ?></th>
<th class="column-20"><?= $paginator->order(t('Project'), 'project_name') ?></th>