mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 12:13:58 -06:00
UX: avoid overflow clipping descenders (#20643)
This commit is contained in:
parent
03e3fd742e
commit
44bc284e0f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user