Revisions: Restore [24929] which was reverted in [26072].
props avryl. fixes #27267. git-svn-id: https://develop.svn.wordpress.org/trunk@27437 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2862cb85d8
commit
00b00312b3
@ -199,6 +199,7 @@ table.diff tbody tr td:nth-child(2) {
|
||||
}
|
||||
|
||||
table.diff {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
@ -229,6 +230,8 @@ table.diff th {
|
||||
font-size: 14px;
|
||||
line-height: 1.618;
|
||||
padding: .5em;
|
||||
vertical-align: top;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
table.diff td h1,
|
||||
|
Loading…
Reference in New Issue
Block a user