From eef517c8446e2542b9edd53f47b4fe2751ac36ff Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Wed, 4 Mar 2020 13:06:44 +0800 Subject: [PATCH] Remove max width of node. --- app/mindmap/jsmind.css | 1 - 1 file changed, 1 deletion(-) diff --git a/app/mindmap/jsmind.css b/app/mindmap/jsmind.css index 14597b8..e9dd01e 100644 --- a/app/mindmap/jsmind.css +++ b/app/mindmap/jsmind.css @@ -63,7 +63,6 @@ jmnodes { jmnode { position: absolute; cursor: default; - max-width: 400px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;