From 68e8df3a77c5071d623000ce356944627ae3a79f Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 12 Dec 2018 18:57:37 -0200 Subject: [PATCH] Fixes #2422 (#2423) --- 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 */ + }
- - + +
- -
-