UX: Truncate long badge names in the mobile usercard

This commit is contained in:
Kris 2020-07-01 21:39:40 -04:00
parent f11363d446
commit 490939a1c9

View File

@ -74,6 +74,10 @@ $avatar_width: 120px;
display: flex;
margin: 0;
width: 100%;
.badge-display-name {
overflow: hidden;
text-overflow: ellipsis;
}
}
}