]> source.dussan.org Git - gitea.git/commitdiff
Remove the spurious space in the .ui.right additional selector (#18605)
authorzeripath <art27@cantab.net>
Fri, 4 Feb 2022 15:53:43 +0000 (15:53 +0000)
committerGitHub <noreply@github.com>
Fri, 4 Feb 2022 15:53:43 +0000 (15:53 +0000)
Somehow a spurious space sneaked in to #18538
this PR simply removes it.

Signed-off-by: Andrew Thornton <art27@cantab.net>
web_src/less/_repository.less

index 6cce0ec66f22d2b8a8e1e7cecbe043824600fefc..6cf70abdf77232ce2218d92316d2a847999e4f7d 100644 (file)
@@ -5,7 +5,7 @@
     max-height: 45vh;
     max-width: 60vw;
 
-    & .ui.right {
+    &.ui.right {
       // Override `.ui.attached.header .right:not(.dropdown) height: 30px;` which would otherwise lead to
       // the status popup box having its height fixed at 30px. See https://github.com/go-gitea/gitea/issues/18498
       height: auto;