danfickle / danfickle/openhtmltopdf
PdfRendererBuilder - divs overlapping with border 0px, workaround is white border 1px
Open
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 423
- PR merge metrics
- No merged PRs in 30d
Description
With the following style in header: "div{float:left;border:0px;}"
divs seem to overlap each other, while with {float:left;border:1px solid black;} they are placed correctly.
Workaround: div{float:left;border:1px solid white;}
(Note: particular divs in the field have their own additional style, e.g. :
Num: {cislo}
Date: {datum}
)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.