Skip to content

Commit 59d987d

Browse files
committed
Remove the spurious space in the .ui.right additional selector
Somehow a spurious space sneaked in to go-gitea#18538 this PR simply removes it. Signed-off-by: Andrew Thornton <art27@cantab.net>
1 parent 3c73741 commit 59d987d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/less/_repository.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
max-height: 45vh;
66
max-width: 60vw;
77

8-
& .ui.right {
8+
&.ui.right {
99
// Override `.ui.attached.header .right:not(.dropdown) height: 30px;` which would otherwise lead to
1010
// the status popup box having its height fixed at 30px. See https://github.com/go-gitea/gitea/issues/18498
1111
height: auto;

0 commit comments

Comments
 (0)