mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
useMaxWidth for mermaid pie widget, fixes #2984
This commit is contained in:
parent
0d2a112839
commit
52812c27a1
@ -61,7 +61,7 @@ export default class MermaidWidget extends NoteContextAwareWidget {
|
|||||||
gantt: { useMaxWidth: false },
|
gantt: { useMaxWidth: false },
|
||||||
"class": { useMaxWidth: false },
|
"class": { useMaxWidth: false },
|
||||||
state: { useMaxWidth: false },
|
state: { useMaxWidth: false },
|
||||||
pie: { useMaxWidth: false },
|
pie: { useMaxWidth: true },
|
||||||
journey: { useMaxWidth: false },
|
journey: { useMaxWidth: false },
|
||||||
git: { useMaxWidth: false },
|
git: { useMaxWidth: false },
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user