fix: invoice PDF footer — single line with space for signatures
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -779,13 +779,14 @@ export default async function invoicesPdfRoutes(
|
|||||||
/* Prevzal / razitko */
|
/* Prevzal / razitko */
|
||||||
.footer-row {
|
.footer-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
margin-top: 4mm;
|
margin-top: 4mm;
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
}
|
|
||||||
.footer-row .col {
|
|
||||||
flex: 1;
|
|
||||||
border-top: 0.5pt solid #aaa;
|
border-top: 0.5pt solid #aaa;
|
||||||
padding-top: 2mm;
|
padding-top: 2mm;
|
||||||
|
min-height: 15mm;
|
||||||
|
}
|
||||||
|
.footer-row .col {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user