Documents: fix page breaking issues
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user