diff options
| author | 2023-10-29 20:49:33 +0100 | |
|---|---|---|
| committer | 2023-10-29 20:49:33 +0100 | |
| commit | baab354ca26212eafba82d593fa052bdc782da80 (patch) | |
| tree | 17331ca1270a50d05ec9bb0a88301242278833d4 /app/views/stats/repartition.phtml | |
| parent | 1712d83c34df6c3b7462741c719e6dcb474c1a44 (diff) | |
Improve table scrolling (#5774)
* class table-wrapper added
* class scrolbar-thin added
---------
Co-authored-by: math-gh <>
Diffstat (limited to 'app/views/stats/repartition.phtml')
| -rw-r--r-- | app/views/stats/repartition.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stats/repartition.phtml b/app/views/stats/repartition.phtml index 80e3c1a6a..6923f6992 100644 --- a/app/views/stats/repartition.phtml +++ b/app/views/stats/repartition.phtml @@ -37,7 +37,7 @@ <?php }?> <div class="stat-grid"> - <div class="stat"> + <div class="stat table-wrapper scrollbar-thin"> <table> <tr> <th><?= _t('admin.stats.status_total') ?></th> |
