fix: minor changes in print templates

(cherry picked from commit 44e0b36093)
This commit is contained in:
Shllokkk
2026-04-12 13:14:24 +05:30
committed by Mergify
parent e1446fc6f4
commit 0d50e03595
2 changed files with 50 additions and 30 deletions

View File

@@ -72,6 +72,10 @@
font-weight: 500; font-weight: 500;
} }
.report-subtitle {
margin: 10px 0 14px;
}
.text-center { text-align: center; } .text-center { text-align: center; }
.text-right { text-align: right; font-variant-numeric: tabular-nums; } .text-right { text-align: right; font-variant-numeric: tabular-nums; }
.text-left { text-align: left; } .text-left { text-align: left; }
@@ -97,6 +101,11 @@
</div> </div>
</div> </div>
{% if (subtitle && subtitle.trim()) { %}
<div class="report-subtitle">
{{ subtitle }}
</div>
{% } else { %}
<div class="report-meta"> <div class="report-meta">
<div class="left"> <div class="left">
<div> <div>
@@ -116,6 +125,7 @@
</div> </div>
</div> </div>
</div> </div>
{% } %}
<div class="report-table"> <div class="report-table">
<table> <table>

View File

@@ -72,6 +72,10 @@
font-weight: 500; font-weight: 500;
} }
.report-subtitle {
margin: 10px 0 14px;
}
.text-center { text-align: center; } .text-center { text-align: center; }
.text-right { text-align: right; font-variant-numeric: tabular-nums; } .text-right { text-align: right; font-variant-numeric: tabular-nums; }
.text-left { text-align: left; } .text-left { text-align: left; }
@@ -97,6 +101,11 @@
</div> </div>
</div> </div>
{% if (subtitle && subtitle.trim()) { %}
<div class="report-subtitle">
{{ subtitle }}
</div>
{% } else { %}
<div class="report-meta"> <div class="report-meta">
<div class="left"> <div class="left">
<div> <div>
@@ -116,6 +125,7 @@
</div> </div>
</div> </div>
</div> </div>
{% } %}
<div class="report-table"> <div class="report-table">
<table> <table>