How to prevent text wrapping mid-word in warehouse theme tables?

Hello,

I have a store using warehouse theme and have technical specification tables that I am adding. Unfortunately it appears the rich text editor does not scale/wrap text appropriately and will wrap text mid-word instead of wrapping at complete words. Please see the attached image/link for an example.

Is there a way to correct this? It ultimately is going to be on hundreds of product pages

https://machinevisiondirect.com/products/svl-lsr600

Thank you in advance for your assistance!

Hello @samir13k

Its Artzen Technologies! We will be happy to help you today.

  1. Go to online store > theme > Edit code > Assets > theme.min.css (file) and Paste the below code at bottom of the file → Save
.table-wrapper td {
    word-break: normal;
}

Let me know if need further assistance

Regards,

Artzen Technologies