From 8633034e03d667c9a59a454c1201adb0902d084c Mon Sep 17 00:00:00 2001 From: Ibo Sy Date: Mon, 25 Sep 2023 15:27:11 +0200 Subject: [PATCH] TOP-1012: Fix accordion layout when embedded in HighlightBox --- src/components/mdx/HighlightBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/mdx/HighlightBox.tsx b/src/components/mdx/HighlightBox.tsx index 12c3c29..1bce2e8 100644 --- a/src/components/mdx/HighlightBox.tsx +++ b/src/components/mdx/HighlightBox.tsx @@ -45,7 +45,7 @@ export const HighlightBox: React.FC = ({ {Icon} )} -
+
{title &&
{title}
} {children}