mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 10:05:40 +02:00
chore(markdown): improve max width of Mermaid diagrams
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
overflow: auto;
|
||||
padding: 0.5em 1em;
|
||||
user-select: text;
|
||||
|
||||
.mermaid-diagram,
|
||||
.mermaid-diagram svg {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.markdown-preview [data-source-line] {
|
||||
|
||||
Reference in New Issue
Block a user