fix(attestation): nowrap footers & pages counter
This commit is contained in:
parent
4387077068
commit
b33f542cf4
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
font-size: 8pt;
|
||||
content: counter(page) " / " counter(pages);
|
||||
margin-top: 17mm;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@bottom-left {
|
||||
|
@ -169,5 +170,6 @@
|
|||
position: running(footer);
|
||||
font-size: 7pt;
|
||||
font-weight: 100;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue