While working on my Magento 1.9.x website, I noticed a strange issue with the product descriptions. The bulleted lists are displaying fine, except for the first bullet point which is indented more than the rest of the list.
Below is the code snippet I am using for the first product in a "LIST" view:
<p>The ERGL24054D-4000K upgrades your existing linear 2x4 fixtures in less than 10 minutes. Correlated color temperature (CCT) is 4000K. Deliver 5400 lumens of light and over 100 lumens per watt at the system level. MADE IN THE USA.</p>
<p><strong>Kit includes:</strong></p>
<ul>
<li>ERG Lighting dimmable LED driver</li>
<li>(2-4) LED light engine sticks</li>
<li>(8) Self-drilling screws</li>
<li>Wire nuts</li>
<li>Installation instructions</li>
<li>Opalescent film (optional)</li>
<li>Opalescent lens (optional)</li>
<li>Prismatic diffusers (optional)</li>
<li>Nea beam-shaping isotropic lens (optional)</li>
</ul>
You can see the end result here.
This issue seems to affect all products in the list. If anyone knows what might be causing this problem and how I can fix it, please let me know. Thank you!
I came across this article, but I'm unsure if it applies to version 1.9.
I also found this thread regarding the same issue, but it appears to be for version 1.4.