]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6013 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 12 Jun 2023 12:10:18 +0000 (14:10 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 12 Jun 2023 12:10:18 +0000 (14:10 +0200)
resources/views/fluidbook_stats/loader.blade.php

index 268b82e76f9f661edb144da9b9e41111745254c6..fbc7aa159774fb96cc4541b1115db29cff5efa9b 100644 (file)
@@ -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 {
             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: '';
         }
     </style>
 @endsection