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: Screenshot of help text without 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

chaseontheweb’s picture

StatusFileSize
new1.07 KB

Patch

alex_optim’s picture

Status: Active » Needs review
alex_optim’s picture

pifagor’s picture

Status: Needs review » Needs work

Please, fix codding standard, for example: .term-reference-tree ul ul {

alex_optim’s picture

Status: Needs work » Needs review
StatusFileSize
new2.17 KB
pifagor’s picture

Status: Needs review » Reviewed & tested by the community

Look good

  • alex_optim committed 87af422 on 7.x-1.x
    Issue #2459297 by ChaseOnTheWeb, alex_optim: Widget styling interferes...
alex_optim’s picture

Status: Reviewed & tested by the community » Patch (to be ported)
alex_optim’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.