mirror of https://github.com/go-gitea/gitea.git
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>
This commit is contained in:
parent
3c7374106e
commit
88939a5663
|
@ -5,7 +5,7 @@
|
||||||
max-height: 45vh;
|
max-height: 45vh;
|
||||||
max-width: 60vw;
|
max-width: 60vw;
|
||||||
|
|
||||||
& .ui.right {
|
&.ui.right {
|
||||||
// Override `.ui.attached.header .right:not(.dropdown) height: 30px;` which would otherwise lead to
|
// 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
|
// the status popup box having its height fixed at 30px. See https://github.com/go-gitea/gitea/issues/18498
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
Loading…
Reference in New Issue