From 731cfb2c128a54e50048753c6a421fe635ffc7d1 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Wed, 12 Dec 2018 18:54:41 -0200 Subject: [PATCH] Fixes #2422 --- sapl/templates/protocoloadm/comprovante.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/sapl/templates/protocoloadm/comprovante.html b/sapl/templates/protocoloadm/comprovante.html index 9dcf9a638..d285b4e4f 100644 --- a/sapl/templates/protocoloadm/comprovante.html +++ b/sapl/templates/protocoloadm/comprovante.html @@ -14,15 +14,21 @@ th, td { padding: 5px; } + @media print { + .hide-print { + display : none; + } + } + @page { + size: auto; /* auto is the initial value */ + margin: 0mm; /* this affects the margin in the printer settings */ + }
- - + +
- -
-