This question is locked. New answers and comments are not allowed.
Hi,
When there is only a single node in a given branch of the tree with no children then the horizontal line image is being used for the connector when it should really be a corner image. Adding the following line to the CSS fixes things for me:
Cheers,
Kev
When there is only a single node in a given branch of the tree with no children then the horizontal line image is being used for the connector when it should really be a corner image. Adding the following line to the CSS fixes things for me:
| .t-treeview-lines .t-last .t-bot |
| { |
| background-position: -69px -22px; |
| } |
Cheers,
Kev