mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
limit mermaid width, #4340
This commit is contained in:
parent
4294c043d8
commit
7af79ec33b
@ -19,6 +19,10 @@ const TPL = `<div class="mermaid-widget">
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mermaid-render svg {
|
||||||
|
width: 95%; /* https://github.com/zadam/trilium/issues/4340 */
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="mermaid-error alert alert-warning">
|
<div class="mermaid-error alert alert-warning">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user