From: soufiane Date: Thu, 18 Sep 2025 16:14:31 +0000 (+0200) Subject: wait #7729 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3dba907e800f8df120e5b1d4ba944b386c42ab17;p=psq.git wait #7729 --- diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 25f3e6d..d26274b 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -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 {