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;
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue