Fix print CSS to avoid extra blank page at the end
This commit is contained in:
parent
73b5ffc719
commit
4ae2637192
1 changed files with 4 additions and 0 deletions
|
@ -433,6 +433,10 @@ input[type="search"] {
|
|||
margin: 25mm;
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: unset;
|
||||
}
|
||||
|
||||
body {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue