fix: minor changes in print template

(cherry picked from commit 915fcc0166)
This commit is contained in:
Shllokkk
2026-04-12 13:07:41 +05:30
committed by Mergify
parent 1c6dc80b70
commit 16bc28bd70

View File

@@ -78,6 +78,10 @@
font-weight: 500;
}
.report-subtitle {
margin: 10px 0 14px;
}
@media print {
@page {
size: A4;
@@ -92,14 +96,17 @@
<div>
<!-- Title -->
<div class="text-center" style="margin-bottom: 12px;">
<div class="title-letter-spacing">
{%= __(report.report_name) %}
</div>
</div>
<!-- Meta -->
{% if (subtitle && subtitle.trim()) { %}
<div class="report-subtitle">
{{ subtitle }}
</div>
{% } else { %}
<div class="report-meta">
<div class="left">
<div>
@@ -115,8 +122,8 @@
</div>
</div>
</div>
{% } %}
<!-- Main Table -->
<div class="report-table">
<table>
<thead>