kazzkiq / CodeFlask

A micro code-editor for awesome web pages.
https://kazzkiq.github.io/CodeFlask/
MIT License
1.07k stars 120 forks source link

Long line with line number become invisible #102

Closed antonmedv closed 3 years ago

antonmedv commented 5 years ago

If add line number and type long string, part what is longer then the width of textarea become invisible.

Example: https://codepen.io/FelixLuciano/pen/jxjMgd image

drkatz commented 4 years ago

I am unfortunately experiencing this bug as well with long lines when line numbers are enabled. Disabling line numbers fixes the issue but is inconvenient for the user :disappointed:

antonmedv commented 4 years ago

I ended up writing my own editor https://medv.io/codejar/ 🤪

scenaristeur commented 3 years ago

I got this issue too