Let browsers properly render whitespace and expand the long line fix for unchanged and removed lines (fixes issue 623 again)
This commit is contained in:
parent
366d278182
commit
be7725694e
@ -216,7 +216,7 @@ span.px-header-title a, span.px-header-title a:link, span.px-header-title a:visi
|
||||
margin: 0;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
||||
a.issue-c {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
@ -577,10 +577,6 @@ td.diff-a {
|
||||
background-color: #dfd;
|
||||
}
|
||||
|
||||
td.diff-a > span {
|
||||
float: left;
|
||||
}
|
||||
|
||||
td.diff-r {
|
||||
background-color: #fdd;
|
||||
}
|
||||
@ -588,6 +584,13 @@ td.diff-r {
|
||||
td.diff-a, td.diff-r, td.diff-c {
|
||||
border-bottom: none;
|
||||
border-top: none;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
td.diff-a > span,
|
||||
td.diff-r > span,
|
||||
td.diff-c > span {
|
||||
float: left;
|
||||
}
|
||||
|
||||
table.diff tr.diff-next {
|
||||
|
Loading…
Reference in New Issue
Block a user