From a0b6c5cae8f2bca595cd3efe9a300fc97cce49a7 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 18:23:53 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/lib/status-pdf.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/status-pdf.ts b/src/lib/status-pdf.ts index d8ebf61..5e0bdee 100644 --- a/src/lib/status-pdf.ts +++ b/src/lib/status-pdf.ts @@ -124,7 +124,7 @@ export function generateStatusReportPdf(opts: StatusReportOptions): jsPDF { autoTable(doc, { startY: y + 6, - head: [["Event date", "Details", "Logged by"]], + head: [["Date", "Details"]], body: rowsForGroup(g.items), margin: { left: margin, right: margin }, styles: { @@ -144,9 +144,8 @@ export function generateStatusReportPdf(opts: StatusReportOptions): jsPDF { }, alternateRowStyles: { fillColor: [248, 248, 246] }, columnStyles: { - 0: { cellWidth: 96 }, + 0: { cellWidth: 110 }, 1: { cellWidth: "auto" }, - 2: { cellWidth: 96, fontSize: 8.5, textColor: 80 }, }, didDrawPage: () => { // Footer with page number