Make tables more responsive
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user