Skip to content

Commit 88939a5

Browse files
authored
Remove the spurious space in the .ui.right additional selector (#18605)
Somehow a spurious space sneaked in to #18538 this PR simply removes it. Signed-off-by: Andrew Thornton <[email protected]>
1 parent 3c73741 commit 88939a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/less/_repository.less

Lines changed: 1 addition & 1 deletion
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)