fix(web): long usernames in chat truncated (#3949)

This commit is contained in:
s-vamshi 2024-10-10 03:45:58 +05:30 committed by GitHub
parent c00440d918
commit c528d3921f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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