I have been working on a website and encountered an issue with the display of list elements in Firefox. The list is not showing consistently in Firefox, but it appears fine in IE, Opera, and Safari. I have attached an image below showing the difference between Firefox and Chrome. I am using a separate reset style sheet (Eric Meyer version) that resets all elements, including li elements.
https://i.sstatic.net/Ifz0m.jpg
Below is the CSS code being used:
ol{
list-style-type:decimal;
list-style-position:inside;
}
li{
padding:2px;
font-size:18px;
text-align:left;
}