Turning spaces into   makes the browser treat the li context as a single word when it comes to line breaks. It ignores word boundaries and makes for ugly dropdowns. Why was it placed in jquery_dropdown.js? Removing it fixes my problem.

Comments

barraponto’s picture

2dareis2do’s picture

Many thanks - this patch resolved the issue I was having that resulted in many   being inserted into my newly styled select list items.

barraponto’s picture

Status: Active » Needs review

@2dareis2do if it worked for you, please mark as reviewed and tested by the community.

2dareis2do’s picture

Status: Needs review » Reviewed & tested by the community

thx