I am filling a pull-down list with data from an ajax call. When the page first loads, the area looks like this:

After the pull-down list is filled via an Async call it looks like this mess:

If I click anywhere in the area it looks correct:

So – is there a way that I can tell the enclosing div or p to refresh so it does essentially the same thing after the select box is filled?
Thank you!
Just give it a
min-widthin your css and set it to the width of the widest drop down item.