Merge pull request '[v7.0/forgejo] Fix margin above headline in rendered org-mode' (#4107) from bp-v7.0/forgejo-187860b into v7.0/forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4107
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
This commit is contained in:
Earl Warren 2024-06-11 19:22:11 +00:00
commit d497551151
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Fixed: headlines in rendered org-mode do not have a margin on the top

View file

@ -72,7 +72,7 @@
.markup h4, .markup h4,
.markup h5, .markup h5,
.markup h6 { .markup h6 {
margin-top: 24px; margin-top: 24px !important;
margin-bottom: 16px; margin-bottom: 16px;
font-weight: var(--font-weight-semibold); font-weight: var(--font-weight-semibold);
line-height: 1.25; line-height: 1.25;