From 4ae2637192c4b6d3f6e4ad5228982d9c8a098fa1 Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Fri, 3 Nov 2017 00:35:23 +0100 Subject: [PATCH] Fix print CSS to avoid extra blank page at the end --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.css b/assets/style.css index 1c4121a..1c9dae6 100644 --- a/assets/style.css +++ b/assets/style.css @@ -433,6 +433,10 @@ input[type="search"] { margin: 25mm; } + html, body { + height: unset; + } + body { display: block; }