summaryrefslogtreecommitdiff
path: root/app/Template/subtask
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-08-14 12:50:07 -0400
committerFrederic Guillot <fred@kanboard.net>2016-08-14 12:50:07 -0400
commite985e27281bffe82fb4e94a2fb1732f93c903be0 (patch)
treef07058b9382d7fc6511330a7ddf742ab900b2919 /app/Template/subtask
parent2ca3cc7f722893e18d3bf62bd71a0f5629eba096 (diff)
Make tables more responsive
Diffstat (limited to 'app/Template/subtask')
-rw-r--r--app/Template/subtask/table.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/subtask/table.php b/app/Template/subtask/table.php
index 4c6484ef..5c60df44 100644
--- a/app/Template/subtask/table.php
+++ b/app/Template/subtask/table.php
@@ -1,6 +1,6 @@
<?php if (! empty($subtasks)): ?>
<table
- class="subtasks-table table-stripped"
+ class="subtasks-table table-striped table-scrolling"
data-save-position-url="<?= $this->url->href('SubtaskController', 'movePosition', array('project_id' => $task['project_id'], 'task_id' => $task['id'])) ?>"
>
<thead>