Skip to content

Commit

Permalink
#5726 Refactor paragraph margin in mermaid styles
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed Aug 20, 2024
1 parent f76cab1 commit 1168db6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/mermaid/src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ const getStyles = (
font-family: ${options.fontFamily};
font-size: ${options.fontSize};
}
// & p {
// margin: 0
// }
& p {
margin: 0
}
${diagramStyles}
Expand Down

0 comments on commit 1168db6

Please sign in to comment.