1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-14 19:35:11 +02:00

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 {