diff --git a/web_src/js/features/repo-commit.js b/web_src/js/features/repo-commit.js index 308554a305..170284f101 100644 --- a/web_src/js/features/repo-commit.js +++ b/web_src/js/features/repo-commit.js @@ -62,7 +62,7 @@ export function initCommitStatuses() { createTippy(this, { trigger: 'click', - content: this.nextSibling, + content: this.nextElementSibling, placement: top ? 'top-start' : 'bottom-start', interactive: true, });