byteyilabs / yi-note

YiNote browser extension - online video note taking tool
https://www.yinote.co
GNU General Public License v3.0
356 stars 50 forks source link

Long word is wrapped into separate lines. #47

Closed Faris999 closed 4 years ago

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

Desktop (please complete the following information):

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

shuowu commented 4 years ago

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

shuowu commented 4 years ago

@Faris999 Fix will be available in v1.5.1

Faris999 commented 4 years ago

Thanks!