]> _ Git - psq.git/commitdiff
wait #7729
authorsoufiane <soufiane@cubedesigners.com>
Thu, 18 Sep 2025 16:14:31 +0000 (18:14 +0200)
committersoufiane <soufiane@cubedesigners.com>
Thu, 18 Sep 2025 16:14:31 +0000 (18:14 +0200)
resources/sass/app.scss

index 25f3e6dd16d9cd0852fe269c9870642477bf0142..d26274b945759402772eb7a8c5d3f60ec023744a 100644 (file)
@@ -371,9 +371,16 @@ article {
     font-weight: 600;
     margin: 0;
     transition: all .3s;
+    max-width: 132px;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    text-wrap: nowrap;
     @include media-breakpoint-up(xl) {
         font-weight: 500;
     }
+    @media (min-width: 1280px) {
+        max-width: 201px;
+    }
 }
 
 .logout {