1
0
forked from mirror/misskey

fix(client): add overflow: clip;

This commit is contained in:
happo31 2023-02-19 12:52:05 +00:00
parent c722515105
commit c43226afde

View File

@ -617,6 +617,7 @@ function showReactions(): void {
.text {
overflow-wrap: break-word;
overflow: clip;
}
.replyIcon {