Fix print CSS to avoid extra blank page at the end

This commit is contained in:
Magnus Hoff 2017-11-03 00:35:23 +01:00
parent 73b5ffc719
commit 4ae2637192

View file

@ -433,6 +433,10 @@ input[type="search"] {
margin: 25mm;
}
html, body {
height: unset;
}
body {
display: block;
}