@Raja-T
1. Inspect HTML and verify if the <ul> <li> tags are available like:
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
2. Reopen the dialog and verify if the text still appears with the bullets.
If answer is yes for both, then its the CSS that would be causing this.
However,...