From f978eb49f445a25aeae6f932d3116c6ac2472d43 Mon Sep 17 00:00:00 2001 From: Michael Price Date: Mon, 12 Mar 2018 15:52:53 -0400 Subject: [PATCH] make sure the printed pages are full width. Signed-off-by: Michael Price --- mayan/apps/documents/templates/documents/document_print.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mayan/apps/documents/templates/documents/document_print.html b/mayan/apps/documents/templates/documents/document_print.html index 755ee03372..72bdd3b217 100644 --- a/mayan/apps/documents/templates/documents/document_print.html +++ b/mayan/apps/documents/templates/documents/document_print.html @@ -4,6 +4,8 @@ {% block content_plain %} {% for page in pages %} - + {% endfor %} {% endblock %}