Browse Source

Fix top margin for bottom attached header (#11480) (#11485)

* Fix top margin for bottom attached header (#11480)

(cherry picked from commit 6b798feaf6)

* restart ci

Co-authored-by: Lauris BH <lauris@nix.lv>
tags/v1.12.0-rc2
Cirno the Strongest 5 years ago committed by GitHub
parent
commit
1547ce5669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web_src/less/_base.less

2
web_src/less/_base.less

@ -1234,7 +1234,7 @@ i.icon.centerlock {
} }
/* https://github.com/go-gitea/gitea/issues/10210 */ /* https://github.com/go-gitea/gitea/issues/10210 */
.ui.attached.segment ~ .ui.attached.header { .ui.attached.segment ~ .ui.top.attached.header {
margin-top: 1rem; margin-top: 1rem;
} }

Loading…
Cancel
Save