From d04f4cb06516104d9f114ac9f75ad965a01f54cb Mon Sep 17 00:00:00 2001 From: tristan Date: Mon, 8 Jun 2026 18:01:36 +0200 Subject: [PATCH] =?UTF-8?q?style(heures)=20:=20padding=20vertical=20des=20?= =?UTF-8?q?lignes=20pour=20la=20lisibilit=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- templates/work-hour-day-export/print.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/work-hour-day-export/print.html.twig b/templates/work-hour-day-export/print.html.twig index e2f73f8..cb16fb3 100644 --- a/templates/work-hour-day-export/print.html.twig +++ b/templates/work-hour-day-export/print.html.twig @@ -10,7 +10,7 @@ h1 { text-align: center; font-size: 15px; margin: 0; } .export-date { position: absolute; top: 0; right: 0; font-size: 9px; color: #333; padding-top: 4px; } table { width: 100%; border-collapse: collapse; table-layout: fixed; border: 2px solid #0a0a0a; } - th, td { border: 1px solid #0a0a0a; padding: 1px 2px; vertical-align: middle; text-align: center; overflow: hidden; } + th, td { border: 1px solid #0a0a0a; padding: 4px 2px; vertical-align: middle; text-align: center; overflow: hidden; } th { font-weight: 700; background: #f0f0f0; white-space: normal; } td { white-space: nowrap; } td.name { text-align: left; }