v4.52.1
Patch Changes
-
7234241: Remove excessive top/bottom margins on first/last children inside
MarkdownRendererThe MarkdownHeading component applies
mt="5"to all headings, which creates
unwanted spacing when a heading is the first element rendered. This adds
globalStylerules to the MarkdownRenderer root to stripmargin-topfrom
the first child andmargin-bottomfrom the last child, ensuring the
component sits flush within its container.