aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-09-06 20:22:38 +0800
committerGitHub <noreply@github.com>2023-09-06 12:22:38 +0000
commit2715ef6558a3a89ab1acf8cdfb642bbf849293d3 (patch)
tree25037e2beb3403a733bf15f67ebc3f3a9fe15d97 /web_src/css
parentb9df9fa2e22d0bbf66a549183749b9dfaca6bd2f (diff)
downloadgitea-2715ef6558a3a89ab1acf8cdfb642bbf849293d3.tar.gz
gitea-2715ef6558a3a89ab1acf8cdfb642bbf849293d3.zip
Fix scoped label layout (#26932)
Fix #26931
Diffstat (limited to 'web_src/css')
-rw-r--r--web_src/css/repo.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/web_src/css/repo.css b/web_src/css/repo.css
index fb85a53ab7..a03ec9f060 100644
--- a/web_src/css/repo.css
+++ b/web_src/css/repo.css
@@ -2507,9 +2507,10 @@
}
/* Scoped labels with different colors on left and right */
-.scope-parent {
+.ui.label.scope-parent {
background: none !important;
padding: 0 !important;
+ gap: 0 !important;
}
.ui.label.scope-left {