From e65dee696e8766f267ede11cce897eaf813cc199 Mon Sep 17 00:00:00 2001 From: tristan Date: Thu, 11 Jun 2026 14:00:31 +0200 Subject: [PATCH] fix(night-contingent) : elargir colonne Nom du PDF (anti-debordement) --- templates/night-hours-contingent/print.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }