Use "padding-left:1em; text-indent:-1em" for the LI-tag,
and then list-style-position:insidepadding-left:1em; text-indent:-1em for the UL-tag<li> tag.
It worksThen, list-style-position: inside for methe <ul> tag.
<ul style='list-style-position: inside;'>
<li style='padding-left:1em;text 1em; text-indent: -1em;'>Item 1</li>
</ul>