File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 501501 .container {
502502 max-width : none !important ;
503503 padding : 0 !important ;
504+ width : 100% ;
504505 }
505506
506507 /* Use inches so it reliably fits inside Letter (7.5in printable width with 0.5in margins) */
510511 margin : 0 auto; /* centers on the page */
511512 }
512513
513- /* Let cards break across pages so space is used more evenly */
514+ /* Never split cards across pages, keep them together */
514515 .scenario-card {
515516 border : 1px solid # 000 ;
516517 margin-bottom : 0.5rem ;
517- page-break-inside : auto; /* was avoid */
518- break-inside : auto ;
518+ page-break-inside : avoid;
519+ break-inside : avoid ;
519520 box-shadow : none !important ;
520521 -webkit-print-color-adjust : exact !important ;
521522 print-color-adjust : exact !important ;
You can’t perform that action at this time.
0 commit comments