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:
@@ -444,6 +444,15 @@ table {
|
||||
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