Skip to content

Commit 4834097

Browse files
eeyrjmrzeripath
andauthored
Place inline diff comment dialogs in the 4th column. (#18321)
Comment dialogs for inline comments should appear in 4th column (not 3rd column), this PR changes the column that the inline review comment is associated with. This problem has occurred due to an unrecognised conflict between #17562 and #17315. Fix as zeripath suggested in #18320 Fix #18320 Co-authored-by: zeripath <[email protected]>
1 parent 089b4e6 commit 4834097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/repo-issue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ export function initRepoPullRequestReview() {
500500
<td class="lines-type-marker"></td>
501501
<td class="add-comment-right"></td>
502502
` : `
503-
<td colspan="2" class="lines-num"></td>
503+
<td colspan="3" class="lines-num"></td>
504504
<td class="add-comment-left add-comment-right" colspan="2"></td>
505505
`}
506506
</tr>`);

0 commit comments

Comments
 (0)