diff options
Diffstat (limited to 'app/Template/project_overview/files.php')
-rw-r--r-- | app/Template/project_overview/files.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project_overview/files.php b/app/Template/project_overview/files.php index fa870938..826e6325 100644 --- a/app/Template/project_overview/files.php +++ b/app/Template/project_overview/files.php @@ -1,5 +1,5 @@ <?php if (! empty($files)): ?> - <table class="table-stripped"> + <table class="table-striped table-scrolling"> <tr> <th><?= t('Filename') ?></th> <th><?= t('Creator') ?></th> |