mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 13:02:50 +00:00
body had its own 40px padding + max-width:800px for the on-screen preview tab, which stacked with @page's own margin once actual printing kicked in — the preview tab never shows @page at all, so it looked like one continuous page while the real printed output wasted ~150px+ of page height per side and was capped to 800px wide regardless of the physical page width. In @media print specifically: padding:0, max-width:none — @page's margin is the only inset that should apply once printing. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>