From 4b760eddb3ecd910d116ae649a321a525b04d088 Mon Sep 17 00:00:00 2001 From: nathangray Date: Fri, 5 Apr 2019 11:45:42 -0600 Subject: [PATCH] Print size adjustments windows/linux, A4/letter --- api/templates/default/etemplate2.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index ee527ef9e9..85b19877b6 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -559,11 +559,11 @@ for printing } .et2_nextmatch.print.landscape { /* This is fairly arbitrary, but makes it fit in Chrome and Firefox*/ - max-width: 710pt !important; + max-width: 752pt !important; } .et2_nextmatch.print.portrait { /* This is fairly arbitrary, but makes it fit in Chrome and Firefox*/ - max-width: 570pt !important; + max-width: 552pt !important; } /** * Diff widget