We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?
The text was updated successfully, but these errors were encountered:
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 (😞)
Sorry, something went wrong.
Thank you!!! I fixed it: style="word-break: normal;"
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
No branches or pull requests
how to prevent breaking a word when the new line happens?
The text was updated successfully, but these errors were encountered: