danfickle / danfickle/openhtmltopdf
Border not collapsing with fixed height table + -fs-table-paginate
Open
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 423
- PR merge metrics
- No merged PRs in 30d
Description
You can try this one in the [sandbox](https://sandbox.openhtmltopdf.com/), using this minimal example :
```
table {
border-collapse: collapse;
}
A1A2
A1A2
```
In this example, the border at the bottom is not collapsed. If you remove the paragraph before the table or the `fs-table-paginate:paginate` styling, the border collapses again. Is there any fix for this?
Since it is also a solution for this particular table; is there a way for this fixed-height table to display the same as it does in a browser, with space evenly distributed over rows?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.