Browse Source

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 <art27@cantab.net>
tags/v1.18.0-dev
zeripath 2 years ago
parent
commit
88939a5663
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web_src/less/_repository.less

+ 1
- 1
web_src/less/_repository.less View 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;

Loading…
Cancel
Save