mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
useMaxWidth for mermaid pie widget, fixes #2984
This commit is contained in:
@@ -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 },
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user