aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css/modules
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-11-08 02:53:35 +0800
committerGitHub <noreply@github.com>2023-11-07 18:53:35 +0000
commit10a6ebb3fd9e44ef044ec010b235ca2bf9b456b4 (patch)
tree2028fd42d1693f792df7c9980e67993e5a8923f3 /web_src/css/modules
parente80f446d3a0e7f0989dedeb88b09473ad15657a0 (diff)
downloadgitea-10a6ebb3fd9e44ef044ec010b235ca2bf9b456b4.tar.gz
gitea-10a6ebb3fd9e44ef044ec010b235ca2bf9b456b4.zip
Fix the overflow style for "Hide all checks" (#27932)
Fix #27928 --------- Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'web_src/css/modules')
-rw-r--r--web_src/css/modules/tippy.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/css/modules/tippy.css b/web_src/css/modules/tippy.css
index 45feab7574..d65ecc89fb 100644
--- a/web_src/css/modules/tippy.css
+++ b/web_src/css/modules/tippy.css
@@ -60,6 +60,7 @@
.tippy-box[data-theme="box-with-header"] .tippy-content {
background: var(--color-box-body);
+ border-radius: var(--border-radius);
padding: 0;
}