I am using p-tree from prime-ng, and need to draw the vertical lines(Highlighted with red pen) via css like this:
I have done the rest part and working fine, only vertical lines need to draw. My Implementation is looking something like below:
I just need to draw vertical lines below + and - icons. Kindly Help!


You can do it by adding the following style:
It might require some tinkering if you made some changes to the styling, maybe add
margin-leftto move the border a bit.You can see a demo here.