Skip to content

Commit

Permalink
Remove the spurious space in the .ui.right additional selector (go-gi…
Browse files Browse the repository at this point in the history
…tea#18605)

Somehow a spurious space sneaked in to go-gitea#18538
this PR simply removes it.

Signed-off-by: Andrew Thornton <art27@cantab.net>
  • Loading branch information
zeripath authored and Stelios Malathouras committed Mar 28, 2022
1 parent 1fb6147 commit 4a6f4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4a6f4d9

Please sign in to comment.