1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-30 07:24:36 +02:00

fix(client): add overflow: clip;

This commit is contained in:
happo31
2023-02-19 12:42:09 +00:00
parent 8c883653c9
commit c722515105

View File

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