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 */ + }