mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +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 },
|
||||
"class": { useMaxWidth: false },
|
||||
state: { useMaxWidth: false },
|
||||
pie: { useMaxWidth: false },
|
||||
pie: { useMaxWidth: true },
|
||||
journey: { useMaxWidth: false },
|
||||
git: { useMaxWidth: false },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user