mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
UX: avoid overflow clipping descenders (#20643)
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user