From 576f880190b5b3d49caf6c464237aa1693943c4b Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 15 Jul 2024 12:49:06 -0400 Subject: [PATCH] UX: fix name & username width on profile summary (#27925) --- app/assets/stylesheets/common/base/user.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/user.scss b/app/assets/stylesheets/common/base/user.scss index 851ac7b1003..af55e7361c6 100644 --- a/app/assets/stylesheets/common/base/user.scss +++ b/app/assets/stylesheets/common/base/user.scss @@ -478,10 +478,11 @@ .user-info .user-detail { width: 100%; .name-line { - .username { + span { width: auto; + } + .username { overflow-wrap: anywhere; - flex: 1 0 auto; } > a { flex-wrap: nowrap;