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 8c88365 commit c722515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/components/MkNoteDetailed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ if (appearNote.replyId) {
> .content {
> .text {
overflow-wrap: break-word;
overflow: clip;
> .reply {
color: var(--accent);
Expand Down

0 comments on commit c722515

Please sign in to comment.