fix(client): add `overflow: clip;`
This commit is contained in:
parent
8c883653c9
commit
c722515105
|
@ -555,6 +555,7 @@ if (appearNote.replyId) {
|
|||
> .content {
|
||||
> .text {
|
||||
overflow-wrap: break-word;
|
||||
overflow: clip;
|
||||
|
||||
> .reply {
|
||||
color: var(--accent);
|
||||
|
|
Loading…
Reference in New Issue