Steps to Reproduce
- Add a taxonomy term field to a content type.
- Enter some help text containing an unordered list:
Enter a comma-separated list of words to describe your content. <ul> <li>Hello</li> <li>Hello2</li> </ul> - Change field widget to Term Reference Tree.
- Add a piece of content to the content type. The help text will not show the bullets:

Proposed Resolution
This appears to be a simple fix, as it looks like the CSS is being applied a level higher than it absolutely has to be.
Comments
Comment #1
chaseonthewebPatch
Comment #2
alex_optimComment #3
alex_optimComment #4
pifagor commentedPlease, fix codding standard, for example:
.term-reference-tree ul ul {Comment #5
alex_optimComment #6
pifagor commentedLook good
Comment #8
alex_optimComment #9
alex_optim