From: Stephen Cameron Date: Wed, 5 Dec 2018 16:52:07 +0000 (+0100) Subject: Fix blank page height problem. Done #817 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=8cb635646922f4692624a2443a65e2f37a4bbf51;p=fluidbook-html5.git Fix blank page height problem. Done #817 @0.25 --- 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