Scrolling vs Wrapping
We'd like to get some opinions on code scrolling vs wrapping preferences. As it stands right now, we have the the code diffs scrolling horizontally for as long as needed/until the end of the longest line of code. As a result, the comment box sometimes extends beyond the edge of the viewport, making it difficult to use any of the buttons on the right-hand side.
There are a few routes we can take going forward:
- Revert changes to go back to all diff code wrapping
- Have
README
files wrap, but continue use of scrolling for all other files - Set a
max-width
on the comment box container so that it remains in a usable state, regardless of code length
Please feel free to add any other ideas!
Note- for parallel diff view we do still have the code wrapping: