Fix print layout — keep side-by-side charts in columns

Removed display:block override on .wa-charts-row; charts that sit
two-per-row on screen now do the same on paper instead of stacking.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-20 14:10:09 +00:00
parent ffa13d6e57
commit b40bf96263

View file

@ -739,9 +739,7 @@ html, body, #root {
.wa-chart-card { break-inside: avoid; page-break-inside: avoid; background: #fff; border-color: #ddd; }
.wa-table-wrap { break-inside: avoid; page-break-inside: avoid; }
/* Side-by-side charts stack vertically so each gets full width on paper */
.wa-charts-row { display: block !important; }
.wa-charts-row .wa-chart-card { margin-bottom: 12px; }
.wa-charts-row .wa-chart-card { margin-bottom: 0; }
/* Tables */
.wa-table { font-size: 11px; }