mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01:00
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:
commit
d497551151
2 changed files with 2 additions and 1 deletions
1
release-notes/7.0.4/fix/4076.md
Normal file
1
release-notes/7.0.4/fix/4076.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Fixed: headlines in rendered org-mode do not have a margin on the top
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue