Description table header underline displaying error

Hey everyone!

I want to add a table to my product description but I am getting an displaying error with the underline of the first line. (See image below)

I have also added a picture of what it looks like in the description editing field.

Does anyone know how to fix this?

Store (with product where the problem is occuring): https://pearstuff.com/collections/silikon/products/solo-loop-for-apple-watch-band-44mm-40mm-45mm-41mm-38mm-42mm-elastic-belt-silicone-bracelet-iwatch-series-5-4-3-se-6-7-strap

Password: blahch

@BonoboEarl

Please add following css code your assets/theme.scss.liquid bottom of the file.

.product-single__description.rte tr:first-child td:first-child:after, .product-single__description.rte tr:first-child th:first-child:after {
    left: 15px !important;
    right: 15px !important;
}

Thanks!

Awesome, tysm!!