mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix(web): long usernames in chat truncated
This commit is contained in:
parent
d33954c68d
commit
6f459dcc30
@ -33,6 +33,11 @@ $p-v-size: 2px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.userName {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.userBadges {
|
||||
margin-left: 3px;
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user