Skip to content

Commit 2715ef6

Browse files
authored
Fix scoped label layout (#26932)
Fix #26931
1 parent b9df9fa commit 2715ef6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_src/css/repo.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -2507,9 +2507,10 @@
25072507
}
25082508

25092509
/* Scoped labels with different colors on left and right */
2510-
.scope-parent {
2510+
.ui.label.scope-parent {
25112511
background: none !important;
25122512
padding: 0 !important;
2513+
gap: 0 !important;
25132514
}
25142515

25152516
.ui.label.scope-left {

0 commit comments

Comments
 (0)