summaryrefslogtreecommitdiff
path: root/app/Template/group/users.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/group/users.php')
-rw-r--r--app/Template/group/users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/group/users.php b/app/Template/group/users.php
index a4895ab7..73597b39 100644
--- a/app/Template/group/users.php
+++ b/app/Template/group/users.php
@@ -8,7 +8,7 @@
<?php if ($paginator->isEmpty()): ?>
<p class="alert"><?= t('There is no user in this group.') ?></p>
<?php else: ?>
- <table>
+ <table class="table-striped table-scrolling">
<tr>
<th><?= $paginator->order(t('Id'), 'id') ?></th>
<th><?= $paginator->order(t('Username'), 'username') ?></th>