fix: each container not breaked in start...
Signed-off-by: Maapteh <maarten@oudenniel.nl>
This commit is contained in:
Maapteh
2023-05-29 14:22:28 +02:00
parent c1f1eebe36
commit 36bedda8da
@@ -92,6 +92,10 @@ const VARIANT_STYLES = {
flexDirection: 'column',
height: 'calc(100% - 10px)', // for pages without content header
marginBottom: '10px',
breakInside: 'avoid',
'@media print': {
height: 'auto',
},
},
},
cardContent: {