changed min-width properties for the generated pdf
This commit is contained in:
parent
7bd0851397
commit
2fe067a562
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,6 @@
|
|||
bottom: 20px;
|
||||
right: 20px;
|
||||
padding: 20px;
|
||||
min-width: 1200px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -99,6 +98,9 @@ p.notes {
|
|||
}
|
||||
|
||||
@media (width: 1200px) {
|
||||
#body {
|
||||
min-width: 1200px;
|
||||
}
|
||||
/* CSS styling to avoid page breaks. */
|
||||
.break-avoid {
|
||||
page-break-inside: avoid;
|
||||
|
|
|
|||
Loading…
Reference in a new issue