Closed ChaudhryAtif closed 7 years ago
I want to remove the padding on the left:
and have it like so:
But when I try to apply the following :
[treecontrol] li { padding: 0; }
It sets the padding of the children to 0px too:
Is it possible to achieve desired result?
[treecontrol] > ul > li { padding: 0; }
SO question
Just do treecontrol treeitem li { padding-left: 20px; } treecontrol li { padding: 0; }
I want to remove the padding on the left:
and have it like so:
But when I try to apply the following :
It sets the padding of the children to 0px too:
Is it possible to achieve desired result?