From 8cb635646922f4692624a2443a65e2f37a4bbf51 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Wed, 5 Dec 2018 17:52:07 +0100 Subject: [PATCH] Fix blank page height problem. Done #817 @0.25 --- style/print.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/print.less b/style/print.less index e66d8b9d..289aeb57 100644 --- a/style/print.less +++ b/style/print.less @@ -35,7 +35,7 @@ // Blank pages .thumb.blank { width: 100px; - height: 125px; + height: @thumb-height; // We need to mask the shadow so the :after layer can sit on top with // transparency as if it was sitting directly on the modal background -- 2.39.5