From: Vincent Vanwaelscappel Date: Mon, 12 Jun 2023 12:10:18 +0000 (+0200) Subject: wait #6013 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e62d64dc20530c76e3f806445782605fd6cb5d37;p=fluidbook-toolbox.git wait #6013 @0.25 --- 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