diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-08-14 12:50:07 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-08-14 12:50:07 -0400 |
commit | e985e27281bffe82fb4e94a2fb1732f93c903be0 (patch) | |
tree | f07058b9382d7fc6511330a7ddf742ab900b2919 /app/Template/task/time_tracking_details.php | |
parent | 2ca3cc7f722893e18d3bf62bd71a0f5629eba096 (diff) |
Make tables more responsive
Diffstat (limited to 'app/Template/task/time_tracking_details.php')
-rw-r--r-- | app/Template/task/time_tracking_details.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/time_tracking_details.php b/app/Template/task/time_tracking_details.php index 2b46ca6b..7cb419e0 100644 --- a/app/Template/task/time_tracking_details.php +++ b/app/Template/task/time_tracking_details.php @@ -11,7 +11,7 @@ <?php if ($subtask_paginator->isEmpty()): ?> <p class="alert"><?= t('There is nothing to show.') ?></p> <?php else: ?> - <table class="table-fixed"> + <table class="table-fixed table-scrolling"> <tr> <th class="column-15"><?= $subtask_paginator->order(t('User'), 'username') ?></th> <th><?= $subtask_paginator->order(t('Subtask'), 'subtask_title') ?></th> |