I have set this:
list-style: none outside none;
And HTML:
In my case
li { list-style-type : none; }
It doesn't show the bullet but leaved some space for the bullet.
I use
li { list-style-type : ''; }
It works perfectly.