Skip to content

Commit

Permalink
fix(style): replace style break-all with break-word in content el (
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode committed Feb 5, 2024
1 parent 0097e04 commit ffce9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/artalk/src/style/comment.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
}

& > .atk-content {
word-break: break-all;
word-break: break-word;

&.atk-type-collapsed {
border: 3px solid var(--at-color-bg-grey);
Expand Down

0 comments on commit ffce9f9

Please sign in to comment.