aboutsummaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2022-08-10 06:08:06 +0200
committerGitHub <noreply@github.com>2022-08-10 12:08:06 +0800
commit452272c0384d7033ffde18bcb1167e8e49ff598c (patch)
treefcb7eaf64964c6ff2aee4c360e5cc2d09124ca84 /web_src
parent1a538df5f449edc12c4122346c5aaa63efb0fb6f (diff)
downloadgitea-452272c0384d7033ffde18bcb1167e8e49ff598c.tar.gz
gitea-452272c0384d7033ffde18bcb1167e8e49ff598c.zip
Fix CI status popup (#20737)
Diffstat (limited to 'web_src')
-rw-r--r--web_src/js/features/repo-commit.js2
1 files changed, 1 insertions, 1 deletions
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,
});