Skip to content

Commit ee23f9b

Browse files
eeyrjmrzeripath
authored andcommitted
Place inline diff comment dialogs in the 4th column. (go-gitea#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 go-gitea#17562 and go-gitea#17315. Fix as zeripath suggested in go-gitea#18320 Fix go-gitea#18320 Co-authored-by: zeripath <[email protected]>
1 parent a06aa36 commit ee23f9b

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)