Closed Faris999 closed 4 years ago
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
@Faris999 Thanks for reporting the issue. I'll fix it in the next update.
@Faris999 Fix will be available in v1.5.1
Thanks!
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
.