TuesPechkin
TuesPechkin copied to clipboard
Border thickness issue for all elements
I have the same issue with wkhtmltopdf
https://github.com/wkhtmltopdf/wkhtmltopdf/issues/3664
I try to use style { border: 1px solid black; border-width: 0px 1px 0px 1px; } The expected result must render only left and right but it renders all sides.