mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 11:39:37 +08:00
useMaxWidth for mermaid pie widget, fixes #2984
This commit is contained in:
parent
0d2a112839
commit
52812c27a1
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ export default class MermaidWidget extends NoteContextAwareWidget {
|
|||
gantt: { useMaxWidth: false },
|
||||
"class": { useMaxWidth: false },
|
||||
state: { useMaxWidth: false },
|
||||
pie: { useMaxWidth: false },
|
||||
pie: { useMaxWidth: true },
|
||||
journey: { useMaxWidth: false },
|
||||
git: { useMaxWidth: false },
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue