Soft-wrap long lines instead of using overflow-x auto?
dmalan opened this issue · 2 comments
dmalan commented
For assignments with SQL, whether standalone statements or embedded in Python code, lines tend to get rather long, and left-right scrolling becomes rather inefficient. Perhaps better to soft-wrap by default? And/or add a toggle for turning it on/off?
Jelleas commented
Implemented in https://github.com/cs50/compare50/projects/4
dmalan commented
Awesome, thanks!