diff --git a/src/app/components/Section.module.css b/src/app/components/Section.module.css index b267fa9..b9b43f6 100644 --- a/src/app/components/Section.module.css +++ b/src/app/components/Section.module.css @@ -71,6 +71,8 @@ width: 100%; border-collapse: collapse; margin: 1rem 0; + display: block; + overflow-x: auto; } .container table>thead>tr>th, @@ -80,10 +82,6 @@ border-bottom: 1px solid #0b3766; } -.container table>tbody>tr>td:last-child { - word-break: break-word; -} - .container table>thead>tr>th { white-space: nowrap; }