diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-08-14 14:19:20 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-08-14 14:19:20 -0400 |
commit | e24c37290b97eb00bf08a45b8ce913cd5da3bd51 (patch) | |
tree | 4ea07c9dbd0494f7405fc3f8219b0d627058819f /app/Template | |
parent | c7a5f6b8ead58dc4d05fda41488108da2a46e14e (diff) |
Make form columns and popover more responsive
Diffstat (limited to 'app/Template')
-rw-r--r-- | app/Template/group/index.php | 2 |
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> |