diff --git a/cara/apps/calculator/static/css/report.css b/cara/apps/calculator/static/css/report.css index 3611207b..463a60ed 100644 --- a/cara/apps/calculator/static/css/report.css +++ b/cara/apps/calculator/static/css/report.css @@ -4,7 +4,6 @@ bottom: 20px; right: 20px; padding: 20px; - min-width: 1200px; } h1 { @@ -99,6 +98,9 @@ p.notes { } @media (width: 1200px) { + #body { + min-width: 1200px; + } /* CSS styling to avoid page breaks. */ .break-avoid { page-break-inside: avoid;