Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Border collapse for default table style in HTML writer #2334

Open
kernusr opened this issue Nov 22, 2022 · 1 comment
Open

Border collapse for default table style in HTML writer #2334

kernusr opened this issue Nov 22, 2022 · 1 comment

Comments

@kernusr
Copy link
Contributor

kernusr commented Nov 22, 2022

Is your feature request related to a problem? Please describe.

In order for the tables to look as intended, you need to add a border-collapse for tables by default

'table' => [
'border' => '1px solid black',
'border-spacing' => '0px',
'width ' => '100%',
],

add this here

border-collapse:collapse;
@kernusr
Copy link
Contributor Author

kernusr commented Nov 22, 2022

Solution #2335

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant