tune css for printing
This commit is contained in:
parent
b3e30a9306
commit
280e07089c
1 changed files with 5 additions and 0 deletions
|
@ -72,7 +72,12 @@ p {
|
||||||
}
|
}
|
||||||
section {
|
section {
|
||||||
page-break-inside: avoid;
|
page-break-inside: avoid;
|
||||||
|
box-decoration-break: clone;
|
||||||
}
|
}
|
||||||
|
.item {
|
||||||
|
page-break-inside: avoid;
|
||||||
|
}
|
||||||
|
|
||||||
.main-wrapper section.section:first-of-type {
|
.main-wrapper section.section:first-of-type {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue