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 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 14:37:13 -05:00
parent 69b282aaf3
commit 1ccdeb6817
2 changed files with 62 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ else
}
<!-- Overall Summary Cards -->
<div class="row mb-4">
<div class="row mb-4 print-summary">
<div class="col-md-3 col-6 mb-3">
<div class="card text-center">
<div class="card-body">
@@ -96,7 +96,7 @@ else
</div>
<!-- Stock Summary -->
<div class="row mb-4">
<div class="row mb-4 print-stock-summary">
<div class="col-md-6 mb-3">
<div class="card border-success">
<div class="card-header bg-success text-white">