|
|
@@ -124,27 +124,26 @@ function formatReportText(string $text): string
|
|
|
<style>
|
|
|
@media print {
|
|
|
@page {
|
|
|
- size: A4 portrait;
|
|
|
- }
|
|
|
- @page :left {
|
|
|
- margin-left: 0.5cm;
|
|
|
- }
|
|
|
- @page :right {
|
|
|
- margin-right: 0.5cm;
|
|
|
- }
|
|
|
- @page :top {
|
|
|
- margin-top: 0cm;
|
|
|
- }
|
|
|
- @page :bottom {
|
|
|
- margin-bottom: 0cm;
|
|
|
- }
|
|
|
-
|
|
|
- body {
|
|
|
- min-width: 992px !important;
|
|
|
- }
|
|
|
- .container {
|
|
|
- min-width: 992px !important;
|
|
|
- }
|
|
|
+ size: A4 portrait;
|
|
|
+ }
|
|
|
+ @page :left {
|
|
|
+ margin-left: 0.5cm;
|
|
|
+ }
|
|
|
+ @page :right {
|
|
|
+ margin-right: 0.5cm;
|
|
|
+ }
|
|
|
+ @page :top {
|
|
|
+ margin-top: 0cm;
|
|
|
+ }
|
|
|
+ @page :bottom {
|
|
|
+ margin-bottom: 0cm;
|
|
|
+ }
|
|
|
+ body {
|
|
|
+ min-width: 992px !important;
|
|
|
+ }
|
|
|
+ .container {
|
|
|
+ min-width: 992px !important;
|
|
|
+ }
|
|
|
.d-print-none { display: none !important; }
|
|
|
.page-break { page-break-before: always; }
|
|
|
body { font-size: 11px; }
|