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:
parent
e3f59ceafa
commit
ab8dbdeb83
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue