mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 05:28:12 +00:00
fix: table page-break
This commit is contained in:
+10
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user