When a category name breaks, the second (and following) lines to not respect the left margin due to the fact that span is by definition set to display: inline:
Adding display: inline-block to the class .ul.jqtree-tree .jqtree-title forces all lines to respect the left margin:
When a category name breaks, the second (and following) lines to not respect the left margin due to the fact that
span
is by definition set todisplay: inline
:Adding
display: inline-block
to the class.ul.jqtree-tree .jqtree-title
forces all lines to respect the left margin: