From 3dba907e800f8df120e5b1d4ba944b386c42ab17 Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 18 Sep 2025 18:14:31 +0200 Subject: [PATCH] wait #7729 --- resources/sass/app.scss | 7 +++++++ 1 file changed, 7 insertions(+) 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 { -- 2.39.5