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: http://core.svn.wordpress.org/trunk@24929 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith 2013-07-31 19:25:31 +00:00
parent e3f59ceafa
commit ab8dbdeb83
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 {