diff --git a/spike/review/reinvent/ezmded/ui/index.html b/spike/review/reinvent/ezmded/ui/index.html
index ac9a9cf..48b7873 100644
--- a/spike/review/reinvent/ezmded/ui/index.html
+++ b/spike/review/reinvent/ezmded/ui/index.html
@@ -209,8 +209,9 @@
function drawTree() {
function htmlifyBranch(id, branch) {
+ const maxTreeTitleLength = 35
var parent = `
-
+
`
if (id == "") {