Skip to content

Commit 5a8ecf5

Browse files
kernusrProgi1984
authored andcommitted
add border-spacing to default styles
1 parent a9fc5f8 commit 5a8ecf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PhpWord/Writer/HTML/Part/Head.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ private function writeStyles()
101101
'table' => [
102102
'border' => '1px solid black',
103103
'border-spacing' => '0px',
104+
'border-collapse' => 'collapse',
104105
'width ' => '100%',
105106
],
106107
'td' => [

0 commit comments

Comments
 (0)