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}