fix: table page-break

This commit is contained in:
2025-01-25 02:01:37 +01:00
parent 051d6b22b8
commit d1adcd8287
+10 -1
View File
@@ -443,7 +443,16 @@ table {
max-height: 100%;
padding: 0;
}
table {
page-break-inside: auto;
}
tr {
page-break-inside: avoid;
page-break-after: auto;
}
select {
display: none;
}