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

Long word is wrapped into separate lines. #47

Closed
Faris999 opened this issue Jul 10, 2020 · 3 comments
Closed

Long word is wrapped into separate lines. #47

Faris999 opened this issue Jul 10, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@Faris999
Copy link

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:
image
Expected Behavior:
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Chrome
  • Version: 83

I think it can be fixed by adding the word-break: break-word CSS style into the textarea.

@shuowu shuowu added the bug Something isn't working label Jul 10, 2020
@shuowu
Copy link
Contributor

shuowu commented Jul 10, 2020

@Faris999 Thanks for reporting the issue. I'll fix it in the next update.

@shuowu shuowu closed this as completed in b1f7f91 Jul 10, 2020
@shuowu
Copy link
Contributor

shuowu commented Jul 10, 2020

@Faris999 Fix will be available in v1.5.1

@Faris999
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants