1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Fix margin on attached segment headers when they are separated by other element (#11425)

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
Cirno the Strongest
2020-05-16 03:35:22 +02:00
committed by GitHub
parent d833ca3be5
commit 1d54479585
2 changed files with 1 additions and 2 deletions

View File

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