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
Describe the bug A long word is wrapped into separate lines where it should be just put in one line.
To Reproduce Steps to reproduce the behavior: Type a long word
Expected behavior It should be on just one line of it fits on its own.
Screenshots Current Behavior: Expected Behavior:
Desktop (please complete the following information):
I think it can be fixed by adding the word-break: break-word CSS style into the textarea.
word-break: break-word
textarea
The text was updated successfully, but these errors were encountered:
@Faris999 Thanks for reporting the issue. I'll fix it in the next update.
Sorry, something went wrong.
b1f7f91
@Faris999 Fix will be available in v1.5.1
Thanks!
No branches or pull requests
Describe the bug
A long word is wrapped into separate lines where it should be just put in one line.
To Reproduce
Steps to reproduce the behavior:
Type a long word
Expected behavior
It should be on just one line of it fits on its own.
Screenshots
Current Behavior:
Expected Behavior:
Desktop (please complete the following information):
I think it can be fixed by adding the
word-break: break-word
CSS style into thetextarea
.The text was updated successfully, but these errors were encountered: