Browse Source

fix margin on attached segments with headers (#10235)

Fixes: https://github.com/go-gitea/gitea/issues/10210

Co-authored-by: techknowlogick <matti@mdranta.net>
tags/v1.12.0-dev
silverwind GitHub 5 years ago
parent
commit
43ac4473e6
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      web_src/less/_base.less

+ 5
- 0
web_src/less/_base.less View File

@@ -1196,3 +1196,8 @@ i.icon.centerlock {
.invisible {
visibility: hidden;
}

/* https://github.com/go-gitea/gitea/issues/10210 */
.ui.attached.segment + .ui.attached.header {
margin-top: 1rem;
}

Loading…
Cancel
Save