Browse Source

Fix top margin for bottom attached header (#11480)

tags/v1.13.0-rc1
Cirno the Strongest 4 years ago
parent
commit
6b798feaf6
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web_src/less/_base.less

+ 1
- 1
web_src/less/_base.less View File

@@ -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…
Cancel
Save