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

View File

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