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:
parent
ffa13d6e57
commit
b40bf96263
1 changed files with 1 additions and 3 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue