We have adjusted the height and width of node at level1 to 30px each, then the node got shifted towards bottom. How we can align the node in the center with the specified height and width ?
Here is the Demo Example:
https://jsfiddle.net/9drpuz4L/
With Height & Width (=30px): with
Without Height & Width Adjustment: without
we have tried adding vertical offset, verticalAlign: 'middle' etc., but still it is not working