diff --git a/src/app/components/Section.module.css b/src/app/components/Section.module.css index e4d5969..b267fa9 100644 --- a/src/app/components/Section.module.css +++ b/src/app/components/Section.module.css @@ -80,6 +80,10 @@ border-bottom: 1px solid #0b3766; } +.container table>tbody>tr>td:last-child { + word-break: break-word; +} + .container table>thead>tr>th { white-space: nowrap; }