Estou tendo problemas com uma tabela html que está transbordando seu contêiner pai. .page { width: 280px; border:solid 1px blue; } .my-table { word-wrap: break-word; } .my-table td { border:solid 1px #333; } <div class="page"> <table class="my-table"> <tr>...