1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 17:35:49 +00:00

Fix top margin for bottom attached header (#11480)

This commit is contained in:
Cirno the Strongest 2020-05-18 12:27:09 +02:00 committed by GitHub
parent e7e0097148
commit 6b798feaf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1234,7 +1234,7 @@ i.icon.centerlock {
}
/* https://github.com/go-gitea/gitea/issues/10210 */
.ui.attached.segment ~ .ui.attached.header {
.ui.attached.segment ~ .ui.top.attached.header {
margin-top: 1rem;
}