mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +08:00
#5726 Setting the default margin
This commit is contained in:
parent
04c29e2a96
commit
f76cab1ba3
@ -70,6 +70,9 @@ const getStyles = (
|
|||||||
font-family: ${options.fontFamily};
|
font-family: ${options.fontFamily};
|
||||||
font-size: ${options.fontSize};
|
font-size: ${options.fontSize};
|
||||||
}
|
}
|
||||||
|
// & p {
|
||||||
|
// margin: 0
|
||||||
|
// }
|
||||||
|
|
||||||
${diagramStyles}
|
${diagramStyles}
|
||||||
|
|
||||||
|
18290
pnpm-lock.yaml
generated
18290
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user