Skip to content

Commit

Permalink
Fix scoped label layout (#26932)
Browse files Browse the repository at this point in the history
Fix #26931
  • Loading branch information
wxiaoguang authored Sep 6, 2023
1 parent b9df9fa commit 2715ef6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web_src/css/repo.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2715ef6

Please sign in to comment.