Skip to content

Commit

Permalink
Merge pull request #98 from subquery/fix/word-break
Browse files Browse the repository at this point in the history
fix: break word
  • Loading branch information
HuberTRoy authored Mar 1, 2024
2 parents 81abb84 + 47be5e9 commit facc911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Challenges/index.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
:global {
.subql-markdown-preview {
* {
word-break: break-all;
word-break: break-word;
overflow-wrap: anywhere;
}
}
Expand Down

0 comments on commit facc911

Please sign in to comment.