summaryrefslogtreecommitdiff
path: root/app/Template/tag
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/tag')
-rw-r--r--app/Template/tag/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/tag/index.php b/app/Template/tag/index.php
index 2a495eb3..8e0c9a06 100644
--- a/app/Template/tag/index.php
+++ b/app/Template/tag/index.php
@@ -11,7 +11,7 @@
<?php if (empty($tags)): ?>
<p class="alert"><?= t('There is no global tag at the moment.') ?></p>
<?php else: ?>
- <table class="table-striped">
+ <table class="table-striped table-scrolling">
<tr>
<th class="column-80"><?= t('Tag') ?></th>
<th><?= t('Action') ?></th>