Upload / Up1

Client-side encrypted image host web server
MIT License
813 stars 97 forks source link

Word wrapping on pastes #36

Open k3d3 opened 8 years ago

k3d3 commented 8 years ago

Currently, text just runs off the side infinitely. This should probably be wrapped to the width of the browser.

The problem with this currently, is that the line numbers won't line up with the actual lines themselves if word wrapping is enabled. GitHub (and GitLab, etc.) seem to handle this correctly, so maybe see what they're doing to handle it.