mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix(web): long usernames in chat truncated (#3949)
This commit is contained in:
parent
c00440d918
commit
c528d3921f
@ -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