fix(web): long usernames in chat truncated (#3949)
This commit is contained in:
@@ -33,6 +33,11 @@ $p-v-size: 2px;
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.userName {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
.userBadges {
|
.userBadges {
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user