From b328ada667d3bab86126527ba134426ab30ae01f Mon Sep 17 00:00:00 2001 From: Canapin Date: Fri, 14 Apr 2023 04:04:05 +0200 Subject: [PATCH] UX: Prevents letters from being partially cut off on the profile summary page (#20715) --- app/assets/stylesheets/common/base/user.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/user.scss b/app/assets/stylesheets/common/base/user.scss index 4a89af3d1e7..df610ca08cd 100644 --- a/app/assets/stylesheets/common/base/user.scss +++ b/app/assets/stylesheets/common/base/user.scss @@ -776,7 +776,7 @@ .user-profile-names__primary { font-weight: bold; font-size: var(--font-up-5); - line-height: var(--line-height-small); + line-height: var(--line-height-medium); .d-icon { font-size: 0.8em; vertical-align: baseline;