fix: changes to gl print template

This commit is contained in:
Shllokkk
2026-04-11 23:06:01 +05:30
parent 0d4f56bf84
commit e8d08df044

View File

@@ -91,6 +91,10 @@
font-weight: 500;
}
.report-subtitle {
margin: 10px 0 14px;
}
@media print {
@page {
size: A4;
@@ -122,7 +126,7 @@
</div>
{% if (subtitle && subtitle.trim()) { %}
<div class="report-meta">
<div class="report-subtitle">
{{ subtitle }}
</div>
{% } else { %}