Signed-off-by: Maapteh <maarten@oudenniel.nl>
This commit is contained in:
Maapteh
2023-05-29 20:16:08 +02:00
parent 69db3a7e94
commit f242762235
@@ -92,7 +92,7 @@ const VARIANT_STYLES = {
flexDirection: 'column',
height: 'calc(100% - 10px)', // for pages without content header
marginBottom: '10px',
breakInside: 'avoid',
breakInside: 'avoid-page',
'@media print': {
height: 'auto',
},