UX: avoid overflow clipping descenders (#20643)

This commit is contained in:
Kris 2023-03-10 16:49:06 -05:00 committed by GitHub
parent 03e3fd742e
commit 44bc284e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -7,14 +7,13 @@
.identifier { .identifier {
color: var(--primary); color: var(--primary);
white-space: nowrap; white-space: nowrap;
line-height: var(--line-height-medium);
} }
.name { .name {
color: var(--primary-high); color: var(--primary-high);
font-size: var(--font-down-1); font-size: var(--font-down-1);
margin-left: 0.5em; margin-left: 0.5em;
overflow: hidden; @include ellipsis;
white-space: nowrap;
text-overflow: ellipsis;
} }
.avatar, .avatar,
.d-icon { .d-icon {