summaryrefslogtreecommitdiff
path: root/app/Template/task_internal_link/table.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task_internal_link/table.php')
-rw-r--r--app/Template/task_internal_link/table.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task_internal_link/table.php b/app/Template/task_internal_link/table.php
index 424d4791..6584a33a 100644
--- a/app/Template/task_internal_link/table.php
+++ b/app/Template/task_internal_link/table.php
@@ -1,5 +1,5 @@
<?php if (! empty($links)): ?>
-<table class="task-links-table table-stripped">
+<table class="task-links-table table-striped table-scrolling">
<?php foreach ($links as $label => $grouped_links): ?>
<?php $hide_td = false ?>
<?php foreach ($grouped_links as $link): ?>