Skip to content

Commit 8a76d2c

Browse files
committed
more consistent unified review comment
1 parent db7c3ec commit 8a76d2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web_src/js/features/repo-issue.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,9 @@ export function initRepoPullRequestReview() {
505505
<td class="lines-type-marker"></td>
506506
<td class="add-comment-right"></td>
507507
` : `
508-
<td colspan="3" class="lines-num"></td>
508+
<td class="lines-num"></td>
509+
<td class="lines-num"></td>
510+
<td class="lines-escape"></td>
509511
<td class="add-comment-left add-comment-right" colspan="2"></td>
510512
`}
511513
</tr>`);

0 commit comments

Comments
 (0)