Make tables more responsive
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user