Skip to content

Commit c43226a

Browse files
committed
fix(client): add overflow: clip;
1 parent c722515 commit c43226a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/frontend/src/components/MkNote.vue

+1
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ function showReactions(): void {
617617
618618
.text {
619619
overflow-wrap: break-word;
620+
overflow: clip;
620621
}
621622
622623
.replyIcon {

0 commit comments

Comments
 (0)