Files
second-mind-aep/.obsidian/snippet/mermaid-print.css
2025-09-12 14:37:12 +04:00

19 lines
340 B
CSS

@media print {
.mermaid > svg {
max-width: 100%;
max-height: 100%;
page-break-inside: avoid;
}
}
.mermaid > svg {
max-width: 100%;
max-height: 100%;
page-break-inside: avoid;
}
.mermaid > svg {
max-width: 100%;
}