forked from NYANDEV/forgejo
* Fix top margin for bottom attached header (#11480)
(cherry picked from commit 6b798feaf6
)
* restart ci
Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
parent
1aa6176bd8
commit
1547ce5669
1 changed files with 1 additions and 1 deletions
|
@ -1234,7 +1234,7 @@ i.icon.centerlock {
|
|||
}
|
||||
|
||||
/* https://github.com/go-gitea/gitea/issues/10210 */
|
||||
.ui.attached.segment ~ .ui.attached.header {
|
||||
.ui.attached.segment ~ .ui.top.attached.header {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue