Skip to content

Commit ea7ad38

Browse files
fix margin on attached segments with headers (#10235)
Fixes: #10210 Co-authored-by: techknowlogick <[email protected]>
1 parent 685a003 commit ea7ad38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web_src/less/_base.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,3 +1196,8 @@ i.icon.centerlock {
11961196
.invisible {
11971197
visibility: hidden;
11981198
}
1199+
1200+
/* https://github.com/go-gitea/gitea/issues/10210 */
1201+
.ui.attached.segment + .ui.attached.header {
1202+
margin-top: 1rem;
1203+
}

0 commit comments

Comments
 (0)