forked from NYANDEV/forgejo
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 <art27@cantab.net>
This commit is contained in:
parent
089b4e6a45
commit
483409716d
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ export function initRepoPullRequestReview() {
|
|||
<td class="lines-type-marker"></td>
|
||||
<td class="add-comment-right"></td>
|
||||
` : `
|
||||
<td colspan="2" class="lines-num"></td>
|
||||
<td colspan="3" class="lines-num"></td>
|
||||
<td class="add-comment-left add-comment-right" colspan="2"></td>
|
||||
`}
|
||||
</tr>`);
|
||||
|
|
Loading…
Reference in a new issue