fix margin on attached segments with headers (#10235)
Fixes: https://github.com/go-gitea/gitea/issues/10210 Co-authored-by: techknowlogick <matti@mdranta.net>
This commit is contained in:
parent
685a0037d2
commit
ea7ad382e7
1 changed files with 5 additions and 0 deletions
|
@ -1196,3 +1196,8 @@ i.icon.centerlock {
|
||||||
.invisible {
|
.invisible {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* https://github.com/go-gitea/gitea/issues/10210 */
|
||||||
|
.ui.attached.segment + .ui.attached.header {
|
||||||
|
margin-top: 1rem;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue