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/analytics.php | |
parent | 2ca3cc7f722893e18d3bf62bd71a0f5629eba096 (diff) |
Make tables more responsive
Diffstat (limited to 'app/Template/task/analytics.php')
-rw-r--r-- | app/Template/task/analytics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/analytics.php b/app/Template/task/analytics.php index ecfef242..071f24a7 100644 --- a/app/Template/task/analytics.php +++ b/app/Template/task/analytics.php @@ -18,7 +18,7 @@ <h3 id="analytic-task-time-column"><?= t('Time spent into each column') ?></h3> <div id="chart" data-metrics='<?= json_encode($time_spent_columns, JSON_HEX_APOS) ?>' data-label="<?= t('Time spent') ?>"></div> -<table class="table-stripped"> +<table class="table-striped"> <tr> <th><?= t('Column') ?></th> <th><?= t('Time spent') ?></th> |