Browse Source

Fix scoped label layout (#26932)

Fix #26931
tags/v1.21.0-rc0
wxiaoguang 9 months ago
parent
commit
2715ef6558
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      web_src/css/repo.css

+ 2
- 1
web_src/css/repo.css View File

@@ -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 {

Loading…
Cancel
Save