mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 05:38:58 +03:00
fix(web): long usernames in chat truncated (#3949)
This commit is contained in:
parent
c00440d918
commit
c528d3921f
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ $p-v-size: 2px;
|
|||
display: none;
|
||||
}
|
||||
|
||||
.userName {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.userBadges {
|
||||
margin-left: 3px;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue