@@ -26,7 +26,7 @@ export function getEdgeNodes(graph: any, isExpanded: boolean = true): any {
isParent: el.parent,
},
width: isExpanded ? 35 + longestLine * 8 : 180,
- height: isExpanded ? 30 + lines.length * 10 : 50,
+ height: 30 + lines.length * 10,
});
} else {
edges.push(el);