From e62d64dc20530c76e3f806445782605fd6cb5d37 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 12 Jun 2023 14:10:18 +0200 Subject: [PATCH] wait #6013 @0.25 --- resources/views/fluidbook_stats/loader.blade.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/resources/views/fluidbook_stats/loader.blade.php b/resources/views/fluidbook_stats/loader.blade.php index 268b82e76..fbc7aa159 100644 --- a/resources/views/fluidbook_stats/loader.blade.php +++ b/resources/views/fluidbook_stats/loader.blade.php @@ -34,6 +34,8 @@ table.stats-details th, table.stats-details td { padding: 0.5em 0.75em; + overflow: hidden; + text-overflow: ellipsis; } table.stats-details thead tr { @@ -129,11 +131,13 @@ font-style: italic; margin-top: -2px; } - .with-aliases .alias:after{ - content:', '; + + .with-aliases .alias:after { + content: ', '; } - .with-aliases .alias:last-of-type:after{ - content:''; + + .with-aliases .alias:last-of-type:after { + content: ''; } @endsection -- 2.39.5