fix: table page-break

This commit is contained in:
2025-01-25 02:01:37 +01:00
parent 051d6b22b8
commit d1adcd8287
+9
View File
@@ -444,6 +444,15 @@ table {
padding: 0;
}
table {
page-break-inside: auto;
}
tr {
page-break-inside: avoid;
page-break-after: auto;
}
select {
display: none;
}