3466: Diff word wrapping appears to fail in some cases

sour*****@gmai***** (Google Code) (Is this you? Claim this profile.)
July 6, 2014
3309
What version are you running?

2.0.2

What's the URL of the page containing the problem?

https://git.reviewboard.kde.org/r/119126/diff/

What steps will reproduce the problem?
1. Reduce your browser window to 1024x768 or smaller.
2. Observe that certain lines have not wrapped and are now no longer visible.

What is the expected output? What do you see instead?

Items should continue to be visible.

What operating system are you using? What browser?

Variety of browsers have been tested, all on Linux.
Includes Chromium, Firefox and Konqueror.

Please provide any additional information below.
#1 sour*****@gmai***** (Google Code) (Is this you? Claim this profile.)
It appears adding:
  word-break: break-all;

To reviews.min.bb3a0e93b8d4.css / reviews.min.css fixes this issue.
Can someone apply this fix upstream? I've patched our instance locally (so the above URL will no longer show the issue, unless you use a web inspector tool to disable word-break).
chipx86
#2 chipx86