diff --git a/.obsidian/snippet/mermaid-print.css b/.obsidian/snippet/mermaid-print.css index aa18b70..cf1ce89 100644 --- a/.obsidian/snippet/mermaid-print.css +++ b/.obsidian/snippet/mermaid-print.css @@ -6,6 +6,14 @@ } } + + .mermaid > svg { + max-width: 100%; + max-height: 100%; + page-break-inside: avoid; + } + + .mermaid > svg { max-width: 100%; } \ No newline at end of file