Skip to content

Commit

Permalink
Merge pull request #91 from geo-milev/do-not-break-words-anywhere
Browse files Browse the repository at this point in the history
Remove hyphens css property
  • Loading branch information
MihailMihov authored Oct 6, 2023
2 parents 5086df2 + bfe2779 commit e403550
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/RichText.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
:global(.markup-content a, .markup-content p, .markup-content span) {
overflow-wrap: anywhere;
word-wrap: anywhere;
hyphens: auto;
}
:global(.markup-content img) {
Expand Down

0 comments on commit e403550

Please sign in to comment.