fix(web): long usernames in chat truncated

This commit is contained in:
s-vamshi 2024-10-07 19:04:12 +00:00
parent d33954c68d
commit 6f459dcc30

View File

@ -33,6 +33,11 @@ $p-v-size: 2px;
display: none;
}
.userName {
overflow: hidden;
text-overflow: ellipsis;
}
.userBadges {
margin-left: 3px;
display: flex;