Skip to content

Commit

Permalink
fix(client): add overflow: clip;
Browse files Browse the repository at this point in the history
  • Loading branch information
hapo31 committed Feb 19, 2023
1 parent c722515 commit c43226a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/components/MkNote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ function showReactions(): void {
.text {
overflow-wrap: break-word;
overflow: clip;
}
.replyIcon {
Expand Down

0 comments on commit c43226a

Please sign in to comment.