From 1ccdeb6817ec4f09b71df8a389b289b7ccf8c776 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Sat, 7 Feb 2026 14:37:13 -0500 Subject: [PATCH] fix: Print report showing blank preview and wasted first page The print CSS was hiding all .card elements, which contained the actual results content. Replaced with compact print-friendly styles: summary cards display as an inline row, redundant stock summary is hidden, and spacing is tightened throughout. Co-Authored-By: Claude Opus 4.6 --- .../Components/Pages/Jobs/Results.razor | 4 +- CutList.Web/wwwroot/css/report.css | 66 +++++++++++++++++-- 2 files changed, 62 insertions(+), 8 deletions(-) diff --git a/CutList.Web/Components/Pages/Jobs/Results.razor b/CutList.Web/Components/Pages/Jobs/Results.razor index b5d64c1..e3f02af 100644 --- a/CutList.Web/Components/Pages/Jobs/Results.razor +++ b/CutList.Web/Components/Pages/Jobs/Results.razor @@ -60,7 +60,7 @@ else } -
+