Long comments squeeze diff towards unreadability
Summary
When adding comments with long lines to diffs, the diff becomes unreadable.
Steps to reproduce
- add a comment with a long line to any diff
Expected behavior
A certain amount of space is reserved for each side of the diff (40%?).
Screenshot
Possible fixes
add max-width: 40%