fix(client): add `overflow: clip;`
This commit is contained in:
parent
c722515105
commit
c43226afde
|
@ -617,6 +617,7 @@ function showReactions(): void {
|
|||
|
||||
.text {
|
||||
overflow-wrap: break-word;
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
.replyIcon {
|
||||
|
|
Loading…
Reference in New Issue