diff --git a/src/applications/differential/parser/DifferentialChangesetParser.php b/src/applications/differential/parser/DifferentialChangesetParser.php
index 8567481207..a162ef1569 100644
--- a/src/applications/differential/parser/DifferentialChangesetParser.php
+++ b/src/applications/differential/parser/DifferentialChangesetParser.php
@@ -1530,9 +1530,9 @@ final class DifferentialChangesetParser {
}
}
- $n_copy = null;
+ $n_copy = '
| ';
$n_cov = null;
- $n_colspan = 3;
+ $n_colspan = 2;
$n_classes = '';
$n_num = null;
$n_text = null;
@@ -1589,7 +1589,6 @@ final class DifferentialChangesetParser {
),
'');
}
- $n_colspan--;
}
}
$n_classes .= ' right'.$n_colspan;
diff --git a/webroot/rsrc/css/application/differential/changeset-view.css b/webroot/rsrc/css/application/differential/changeset-view.css
index e1e71f2193..69a88d0d1c 100644
--- a/webroot/rsrc/css/application/differential/changeset-view.css
+++ b/webroot/rsrc/css/application/differential/changeset-view.css
@@ -63,11 +63,11 @@
.differential-diff td.right,
.differential-diff td.right1 {
- width: 43%;
+ width: 43.5%;
}
.differential-diff td.right2 {
- width: 44.3%;
+ width: 44.5%;
}
.differential-diff td.right3 {
width: 45%;
@@ -104,8 +104,8 @@
}
.differential-diff td.copy {
- min-width: 0.7%;
- width: 0.7%;
+ min-width: 0.5%;
+ width: 0.5%;
padding: 0;
}
@@ -124,8 +124,8 @@
}
.differential-diff td.cov {
- min-width: 1.3%;
- width: 1.3%;
+ min-width: 1%;
+ width: 1%;
padding: 0;
}