I want to hide the line connecting to a bullet point. Is there a way to do that?
Thanks in advance.
I want to hide the line connecting to a bullet point. Is there a way to do that?
Thanks in advance.
Use this code in Custom CSS
#hierarchy-editor .TreeNode {
border-color: transparent;
}