I am using the HTML unordered list tags (ul and li) to build a list of text with bullets in front of them. I have tried OpenUI5 labels and text components to output the text (which is so long that it wraps to the next line) but when I do the bullets seem to lineup with the second line of text.
I experimented and just hard coded the text (normally it comes from a resource bundle) and when I do this the bullet lines up properly. Note that the bullet lines up properly when I use the formatted test view component.
Here is how it looks:
Is there anything I can do to get that text to lineup with each bullet properly?