fix(client): add `overflow: clip;`

This commit is contained in:
happo31 2023-02-19 12:52:05 +00:00
parent c722515105
commit c43226afde
1 changed files with 1 additions and 0 deletions

View File

@ -617,6 +617,7 @@ function showReactions(): void {
.text { .text {
overflow-wrap: break-word; overflow-wrap: break-word;
overflow: clip;
} }
.replyIcon { .replyIcon {