enhance print page break
This commit is contained in:
parent
27da04fed0
commit
4dccffeaae
|
|
@ -28,8 +28,14 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section-title,
|
||||||
|
h3 {
|
||||||
|
break-after: avoid;
|
||||||
|
page-break-after: avoid;
|
||||||
|
}
|
||||||
|
|
||||||
.page-unit,
|
.page-unit,
|
||||||
.section-item {
|
.section-item {
|
||||||
|
break-inside: avoid;
|
||||||
page-break-inside: avoid;
|
page-break-inside: avoid;
|
||||||
page-break-after: auto;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue