We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2516a9c commit d9dd0feCopy full SHA for d9dd0fe
1 file changed
src/features/print/components/PrintPaper.tsx
@@ -14,6 +14,7 @@ export default function PrintPaper(props: PrintPaperProps) {
14
sx={{
15
width: '100%',
16
aspectRatio: `${paperConfig.contentAspectRatio}`,
17
+ breakBefore: 'page',
18
}}
19
>
20
{props.children}
0 commit comments