mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Add CSS workaround to display repeated table head
Fixes https://github.com/openfoodfoundation/openfoodnetwork/issues/1738
This commit is contained in:
@@ -408,3 +408,12 @@ ul {
|
||||
display: inline-block;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Fix overlapping table header on second page of long invoices.
|
||||
* Problem description: https://github.com/openfoodfoundation/openfoodnetwork/issues/1738
|
||||
* Solution: https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1770#issuecomment-73530576
|
||||
*/
|
||||
thead { display: table-header-group }
|
||||
tfoot { display: table-row-group }
|
||||
tr { page-break-inside: avoid }
|
||||
|
||||
Reference in New Issue
Block a user