diff options
Diffstat (limited to 'app/Template/task/transitions.php')
-rw-r--r-- | app/Template/task/transitions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/transitions.php b/app/Template/task/transitions.php index 6f5f02a6..4a9f22ce 100644 --- a/app/Template/task/transitions.php +++ b/app/Template/task/transitions.php @@ -12,7 +12,7 @@ <?php if (empty($transitions)): ?> <p class="alert"><?= t('There is nothing to show.') ?></p> <?php else: ?> - <table class="table-stripped"> + <table class="table-striped table-scrolling"> <tr> <th><?= t('Date') ?></th> <th><?= t('Source column') ?></th> |