Skip to content

Commit 1547ce5

Browse files
CirnoTlafriks
andauthored
Fix top margin for bottom attached header (#11480) (#11485)
* Fix top margin for bottom attached header (#11480) (cherry picked from commit 6b798fe) * restart ci Co-authored-by: Lauris BH <[email protected]>
1 parent 1aa6176 commit 1547ce5

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)