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

This commit is contained in:
happo31 2023-02-19 12:42:09 +00:00
parent 8c883653c9
commit c722515105
1 changed files with 1 additions and 0 deletions

View File

@ -555,6 +555,7 @@ if (appearNote.replyId) {
> .content {
> .text {
overflow-wrap: break-word;
overflow: clip;
> .reply {
color: var(--accent);