Revisions: set the table layout to fixed and word-wrap to break-word so long lines don't cause issues.

Props azaozz. Fixes #24901 for trunk.

git-svn-id: https://develop.svn.wordpress.org/trunk@24929 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2013-07-31 19:25:31 +00:00
parent 71fe031bc3
commit 301258c30b
1 changed files with 2 additions and 0 deletions

View File

@ -3681,8 +3681,10 @@ body.folded .revisions .loading-indicator {
}
table.diff {
table-layout: fixed;
width: 100%;
white-space: pre-wrap;
word-wrap: break-word;
}
table.diff col.content {