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/dashboard/notifications.php | |
parent | 2ca3cc7f722893e18d3bf62bd71a0f5629eba096 (diff) |
Make tables more responsive
Diffstat (limited to 'app/Template/dashboard/notifications.php')
-rw-r--r-- | app/Template/dashboard/notifications.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/dashboard/notifications.php b/app/Template/dashboard/notifications.php index 3b70b49f..a189d74f 100644 --- a/app/Template/dashboard/notifications.php +++ b/app/Template/dashboard/notifications.php @@ -13,7 +13,7 @@ </ul> </div> - <table class="table-fixed table-small"> + <table class="table-striped table-scrolling table-small"> <tr> <th><?= t('Notification') ?></th> <th class="column-20"><?= t('Date') ?></th> |