From 2715ef6558a3a89ab1acf8cdfb642bbf849293d3 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Wed, 6 Sep 2023 20:22:38 +0800 Subject: [PATCH] Fix scoped label layout (#26932) Fix #26931 --- web_src/css/repo.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {