Closed yurtsevich-sbb closed 3 months ago
We have an issue if a Polarion table has to split over multiple pages. The following heading (after the table) and WI is put in the header.
PDF should be rendered correctly, not placing any content into footer.
Please, add following definitions to CSS:
table: { max-width: 100% !important; float: none !importatnt; /* Fixes content inside of table breaking bug */ } tr { /* Fixes unpleasant breaking of work item custom field tables */ page-break-inside: avoid; break-inside: avoid; }
N/A
No response
Current Behavior
We have an issue if a Polarion table has to split over multiple pages. The following heading (after the table) and WI is put in the header.
Expected Behavior
PDF should be rendered correctly, not placing any content into footer.
Please, add following definitions to CSS:
Steps To Reproduce
N/A
Environment - OS
N/A
Polarion version
N/A
Extension Version
N/A
Anything else
No response