Documents: fix page breaking issues

This commit is contained in:
2023-09-06 18:00:48 +02:00
parent aab95ee444
commit 540236f878
3 changed files with 7 additions and 1 deletions

View File

@ -66,6 +66,6 @@ hr.page-break {
@media print {
.page::after {
content: "Seite " counter(page) " von " counter(pages);
content: "Seite " counter(page) " von " counter(pages) !important;
}
}