bootstrap-treeview icon indicating copy to clipboard operation
bootstrap-treeview copied to clipboard

Multi-line indent error

Open shyamdadimuni opened this issue 8 years ago • 1 comments

Changed indent method.

Used margin-left CSS instead of using as intend child anchor tags.

This will solve multi-line intent problems, as well as minimal generated HTML.

shyamdadimuni avatar Dec 10 '15 16:12 shyamdadimuni

+1

Although, this should probably be added to the 2.0.0 milestone since it might break how some people are currently using the rendered items. Also, you say you're using margin-left, but your implementation uses padding-left. Not sure which one is better (we're using margin-left for our own multi-line workaround).

wunc avatar Jun 15 '16 14:06 wunc