UL in Woocommerce not showing bullets
<li>100% natural</li>
<li>Healthy treat that prevents boredom</li>
<li>Helps keeps teeth neat and trim</li>
<li>Hours of fun and exercise</li>
</ul>
- 100% natural
 - Healthy treat that prevents boredom
 - Helps keeps teeth neat and trim
 - Hours of fun and exercise
 
Comments
.woocommerce-product-details__short-description ul{list-style:disc !important;
padding-left:15px !important;
}
It will solve your problem