Skip to content

Commit

Permalink
add border-spacing to default styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kernusr authored and Progi1984 committed Aug 30, 2023
1 parent a9fc5f8 commit 5a8ecf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PhpWord/Writer/HTML/Part/Head.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ private function writeStyles()
'table' => [
'border' => '1px solid black',
'border-spacing' => '0px',
'border-collapse' => 'collapse',
'width ' => '100%',
],
'td' => [
Expand Down

0 comments on commit 5a8ecf5

Please sign in to comment.