Make form columns and popover more responsive

This commit is contained in:
Frederic Guillot
2016-08-14 14:19:20 -04:00
parent c7a5f6b8ea
commit e24c37290b
6 changed files with 29 additions and 17 deletions

View File

@@ -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>