UX: add ellipsis to usernames in topic post map (PMs) (#27137)

This commit is contained in:
chapoi 2024-05-23 04:40:52 +02:00 committed by GitHub
parent cfbbfd177c
commit 3655b41ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -813,6 +813,7 @@ aside.quote {
}
.user {
@include ellipsis;
border: 1px solid var(--primary-low);
border-radius: 0.25em;
padding: 0;
@ -823,6 +824,7 @@ aside.quote {
.user-link,
.group-link {
@include ellipsis;
color: var(--primary-high);
&:hover {