UX: Prevents letters from being partially cut off on the profile summary page (#20715)

This commit is contained in:
Canapin 2023-04-14 04:04:05 +02:00 committed by GitHub
parent b9ca4c9031
commit b328ada667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;