Skip to content

Commit 659d7ac

Browse files
committed
Fix CI status popup
1 parent 89505ac commit 659d7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: web_src/js/features/repo-commit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function initCommitStatuses() {
6262

6363
createTippy(this, {
6464
trigger: 'click',
65-
content: this.nextSibling,
65+
content: this.nextElementSibling,
6666
placement: top ? 'top-start' : 'bottom-start',
6767
interactive: true,
6868
});

0 commit comments

Comments
 (0)