UX: avoid overflow clipping descenders (#20643)
This commit is contained in:
parent
03e3fd742e
commit
44bc284e0f
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue