diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-09-06 20:22:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 12:22:38 +0000 |
commit | 2715ef6558a3a89ab1acf8cdfb642bbf849293d3 (patch) | |
tree | 25037e2beb3403a733bf15f67ebc3f3a9fe15d97 /web_src/css | |
parent | b9df9fa2e22d0bbf66a549183749b9dfaca6bd2f (diff) | |
download | gitea-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.css | 3 |
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 { |