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