Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit d674931

Browse files
committed
fix(plugins/plugin-client-common): markdown spacing regressions with h3 and h4
Fixes #6736
1 parent 81b6bf7 commit d674931

File tree

1 file changed

+3
-0
lines changed
  • plugins/plugin-client-common/web/css/static

1 file changed

+3
-0
lines changed

plugins/plugin-client-common/web/css/static/ui.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ body.oops-total-catastrophe #restart-needed-warning {
735735
font-size: inherit;
736736
font-weight: 400;
737737
line-height: 1.25em;
738+
margin: 0;
738739
}
739740
.page-content li > p,
740741
.page-content p:only-child {
@@ -847,13 +848,15 @@ $kui--page-content-paragraph-padding: 0.375em;
847848
letter-spacing: 0;
848849
padding: 1em 0 0.5em;
849850
line-height: 1.625em;
851+
margin: 0;
850852
}
851853
.page-content h4 {
852854
color: var(--color-brand-01);
853855
letter-spacing: 0.32px;
854856
padding-top: $kui--page-content-h4-padding;
855857
font-size: unset;
856858
line-height: unset;
859+
margin: 0;
857860

858861
&:not([data-is-href]) + p {
859862
padding-top: calc(0.5em + #{$kui--page-content-paragraph-padding});

0 commit comments

Comments
 (0)