HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › White vertical line between table header cells › Reply To: White vertical line between table header cells
May 28, 2020 at 17:44
#33924
The issue is reproducible on our side, however the reason is not quite clear. We’ll investigate.
The simplest workaround would be just to paint the head row to the same background color:
tr:first-child {background-color: #eeeeee;}