To indent the text to the bullet, contain text in a span then there apply margin or padding.
ul span { margin-left: 5px; }
<ul> <li><span>Text here</span></li> </ul>