Link text going out of table cell

Hi, For this page: Past Press Coverage – SWEAT FREE TELECOM

I want to do two things:

  1. I want the links in the right column to stay within the table cell and not go outside it. So the link text should wrap and stay within the cell.

  2. I want the table and cells to have a thicker yellow colour.

Please add this code to Custom CSS of that section to solve the issue.

a { word-wrap: break-word; }

@SweatFree please add this css to the very end of your base.css file and check

shopify admin->online store->themes->edit theme code->assets->base.css

table a{word-wrap: break-word;}