mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
#5726 Refactor paragraph margin in mermaid styles
This commit is contained in:
parent
f76cab1ba3
commit
1168db6830
@ -70,9 +70,9 @@ const getStyles = (
|
|||||||
font-family: ${options.fontFamily};
|
font-family: ${options.fontFamily};
|
||||||
font-size: ${options.fontSize};
|
font-size: ${options.fontSize};
|
||||||
}
|
}
|
||||||
// & p {
|
& p {
|
||||||
// margin: 0
|
margin: 0
|
||||||
// }
|
}
|
||||||
|
|
||||||
${diagramStyles}
|
${diagramStyles}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user