From ae395dab3cdcadf7f61a2e5a6f57f224cf7e8751 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Wed, 21 May 2025 15:25:14 +0200 Subject: [PATCH] UX: fix overflow name in usercard (#32838) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ![CleanShot 2025-05-21 at 10 16 44@2x](https://github.com/user-attachments/assets/76640201-e153-43a9-9205-06d33621e1ce) ⬇️ ![CleanShot 2025-05-21 at 10 16 35@2x](https://github.com/user-attachments/assets/a61e8524-f504-4b5d-8acb-82c65c08177a) --- app/assets/stylesheets/common/components/user-card.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/components/user-card.scss b/app/assets/stylesheets/common/components/user-card.scss index 7d166b5bcdd..799ace2b913 100644 --- a/app/assets/stylesheets/common/components/user-card.scss +++ b/app/assets/stylesheets/common/components/user-card.scss @@ -123,6 +123,7 @@ } .names__primary { + @include ellipsis; line-height: var(--line-height-medium); font-size: var(--font-up-5); font-weight: bold;