Skip to content

Commit d6f19e6

Browse files
committed
fix margin on attached segments with headers
Fixes: #10210
1 parent 54af3c9 commit d6f19e6

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)