fix(attestation): nowrap footers & pages counter

This commit is contained in:
Colin Darie 2024-08-19 16:15:29 +02:00
parent 4387077068
commit b33f542cf4
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4

View file

@ -27,6 +27,7 @@
font-size: 8pt; font-size: 8pt;
content: counter(page) " / " counter(pages); content: counter(page) " / " counter(pages);
margin-top: 17mm; margin-top: 17mm;
white-space: nowrap;
} }
@bottom-left { @bottom-left {
@ -169,5 +170,6 @@
position: running(footer); position: running(footer);
font-size: 7pt; font-size: 7pt;
font-weight: 100; font-weight: 100;
white-space: nowrap;
} }
} }