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