Better padding handling in nodes

This commit is contained in:
Knut Sveidqvist
2022-07-27 10:24:27 +02:00
parent 03d71829c6
commit 2d361964ce
5 changed files with 24 additions and 10 deletions

View File

@@ -1820,7 +1820,7 @@ const config = {
},
mindmap: {
useMaxWidth: true,
diagramPadding: 10,
padding: 50,
maxNodeWidth: 200,
},
};