Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to prevent breaking a word when the new line happens? #30

Open
whattocode opened this issue Sep 5, 2019 · 3 comments
Open

how to prevent breaking a word when the new line happens? #30

whattocode opened this issue Sep 5, 2019 · 3 comments

Comments

@whattocode
Copy link

how to prevent breaking a word when the new line happens?

error_word

@robindevouge
Copy link

It comes from the "word-break: break-all;" rule that is added. It should be configurable in the plugin options IMO.

Currently the workaround is to override the word-break rule in css with an !important (😞)

@whattocode
Copy link
Author

Thank you!!! I fixed it:
style="word-break: normal;"

@robindevouge
Copy link

You're welcome :)

BTW, I just noticed PR #28 would let us solve the issue within the options, we just need to be a bit patient

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants