mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 03:40:25 +01:00
fix(client): add overflow: clip;
This commit is contained in:
parent
8c883653c9
commit
c722515105
1 changed files with 1 additions and 0 deletions
|
@ -555,6 +555,7 @@ if (appearNote.replyId) {
|
|||
> .content {
|
||||
> .text {
|
||||
overflow-wrap: break-word;
|
||||
overflow: clip;
|
||||
|
||||
> .reply {
|
||||
color: var(--accent);
|
||||
|
|
Loading…
Reference in a new issue