Seedlet: Fix wrapping cart headers
@@ -1409,6 +1409,11 @@ body[class*="woocommerce"] #page .woocommerce-customer-details > *:empty {
/**
* Cart page
*/
+body[class*="woocommerce"] #page table.shop_table th,
+body[class*="woocommerce"] #page table.shop_table td {
+ word-break: unset;
+}
+
body[class*="woocommerce"] #page table.shop_table td.product-remove {
border-width: 0;
}
@@ -2,6 +2,10 @@
body[class*="woocommerce"] #page { // adding #page here to override default wc styles without !important
+ table.shop_table th,
+ table.shop_table td {
+ }
table.shop_table td.product-remove {