From 1168db6830cf94c137c41775e7c9617ca9dbd689 Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Tue, 20 Aug 2024 14:19:33 +0200 Subject: [PATCH] #5726 Refactor paragraph margin in mermaid styles --- packages/mermaid/src/styles.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/mermaid/src/styles.ts b/packages/mermaid/src/styles.ts index d1dc1682a..78b514c40 100644 --- a/packages/mermaid/src/styles.ts +++ b/packages/mermaid/src/styles.ts @@ -70,9 +70,9 @@ const getStyles = ( font-family: ${options.fontFamily}; font-size: ${options.fontSize}; } - // & p { - // margin: 0 - // } + & p { + margin: 0 + } ${diagramStyles}