UX: truncate too-long names in usercard (#27650)

This commit is contained in:
Kris 2024-07-01 16:29:18 -04:00 committed by GitHub
parent 6599b85a75
commit 4311e9df45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,6 +88,7 @@
.name-username-wrapper { .name-username-wrapper {
margin-right: 0; margin-right: 0;
flex: 0 1 auto; flex: 0 1 auto;
@include ellipsis;
} }
span { span {
display: block; display: block;