Skip to content

Commit 6b798fe

Browse files
authored
Fix top margin for bottom attached header (#11480)
1 parent e7e0097 commit 6b798fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/less/_base.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ i.icon.centerlock {
12341234
}
12351235

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

0 commit comments

Comments
 (0)