diff --git a/templates/night-hours-contingent/print.html.twig b/templates/night-hours-contingent/print.html.twig index e7fcd55..ed6db79 100644 --- a/templates/night-hours-contingent/print.html.twig +++ b/templates/night-hours-contingent/print.html.twig @@ -10,7 +10,7 @@ table { width: 100%; border-collapse: collapse; table-layout: fixed; } th, td { border: 1px solid #999; padding: 2px 3px; text-align: center; } th { background: #d9d9d9; } - td.name, th.name { text-align: left; width: 90px; } + td.name, th.name { text-align: left; width: 130px; word-break: break-word; } .sub { font-size: 7px; } tr.site-title td { text-align: left; font-weight: bold; } td.hours { white-space: nowrap; }