diff --git a/release-notes/7.0.4/fix/4076.md b/release-notes/7.0.4/fix/4076.md new file mode 100644 index 0000000000..f84425df58 --- /dev/null +++ b/release-notes/7.0.4/fix/4076.md @@ -0,0 +1 @@ +Fixed: headlines in rendered org-mode do not have a margin on the top diff --git a/web_src/css/markup/content.css b/web_src/css/markup/content.css index cb7823c05f..947480a7e8 100644 --- a/web_src/css/markup/content.css +++ b/web_src/css/markup/content.css @@ -72,7 +72,7 @@ .markup h4, .markup h5, .markup h6 { - margin-top: 24px; + margin-top: 24px !important; margin-bottom: 16px; font-weight: var(--font-weight-semibold); line-height: 1.25;