summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-08-14 14:19:20 -0400
committerFrederic Guillot <fred@kanboard.net>2016-08-14 14:19:20 -0400
commite24c37290b97eb00bf08a45b8ce913cd5da3bd51 (patch)
tree4ea07c9dbd0494f7405fc3f8219b0d627058819f /app
parentc7a5f6b8ead58dc4d05fda41488108da2a46e14e (diff)
Make form columns and popover more responsive
Diffstat (limited to 'app')
-rw-r--r--app/Template/group/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/group/index.php b/app/Template/group/index.php
index 1062e18c..fe8a07e7 100644
--- a/app/Template/group/index.php
+++ b/app/Template/group/index.php
@@ -8,7 +8,7 @@
<?php if ($paginator->isEmpty()): ?>
<p class="alert"><?= t('There is no group.') ?></p>
<?php else: ?>
- <table class="table-small table-fixed">
+ <table class="table-small table-fixed table-scrolling">
<tr>
<th class="column-5"><?= $paginator->order(t('Id'), 'id') ?></th>
<th class="column-20"><?= $paginator->order(t('External Id'), 'external_id') ?></th>