1

I have a node in my Freeplane mind map where the text doesn't all fit in the standard node size. Is there any way to resize a node larger? I'm using Freeplane 1.5.7beta.

GaryO
  • 315
  • 1
  • 2
  • 14

1 Answers1

2

The only way I've found is by Alt+Enter on the node (or right-click and "Edit node core in dialog"), switch to "HTML Code view", and modify the <body> to contain the desired width, e.g., <body width="500">.

sturmer
  • 121
  • 5