summaryrefslogtreecommitdiff
path: root/app/Template/search/results.php
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/search/results.php
parent2ca3cc7f722893e18d3bf62bd71a0f5629eba096 (diff)
Make tables more responsive
Diffstat (limited to 'app/Template/search/results.php')
-rw-r--r--app/Template/search/results.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/search/results.php b/app/Template/search/results.php
index 8376b9e8..8c439a8a 100644
--- a/app/Template/search/results.php
+++ b/app/Template/search/results.php
@@ -1,4 +1,4 @@
-<table class="table-fixed table-small">
+<table class="table-small table-scrolling">
<tr>
<th class="column-8"><?= $paginator->order(t('Project'), 'tasks.project_id') ?></th>
<th class="column-5"><?= $paginator->order(t('Id'), 'tasks.id') ?></th>