Skip to content

Commit 0b331e2

Browse files
authored
Place inline diff comment dialogs on split diff in 4th and 8th columns (#18403) (#18404)
Backport #18403 Fix #18391 Fix #18320 Signed-off-by: Andrew Thornton <[email protected]>
1 parent 0734ca0 commit 0b331e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web_src/js/features/repo-issue.js

+2
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,11 @@ export function initRepoPullRequestReview() {
496496
<tr class="add-comment" data-line-type="${lineType}">
497497
${isSplit ? `
498498
<td class="lines-num"></td>
499+
<td class="lines-escape"></td>
499500
<td class="lines-type-marker"></td>
500501
<td class="add-comment-left"></td>
501502
<td class="lines-num"></td>
503+
<td class="lines-escape"></td>
502504
<td class="lines-type-marker"></td>
503505
<td class="add-comment-right"></td>
504506
` : `

0 commit comments

Comments
 (0)