]> source.dussan.org Git - gitea.git/commitdiff
Fix scoped label layout (#26932)
authorwxiaoguang <wxiaoguang@gmail.com>
Wed, 6 Sep 2023 12:22:38 +0000 (20:22 +0800)
committerGitHub <noreply@github.com>
Wed, 6 Sep 2023 12:22:38 +0000 (12:22 +0000)
Fix #26931

web_src/css/repo.css

index fb85a53ab7d42f902690d6d9802d40ffd7aa8dcd..a03ec9f0601eeceb1768bdb129c0f9746a5d603e 100644 (file)
 }
 
 /* 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 {