Skip to content

Commit

Permalink
Another fine-tuning of wrap calculations.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Nov 18, 2016
1 parent 7bf51d4 commit 1b93d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transformations/WordWrapper.php
Expand Up @@ -30,7 +30,7 @@ public function setPaddingFromStyle(TableStyle $style)

$this->extraPaddingAtBeginningOfLine = 0;
$this->extraPaddingAtEndOfLine = $verticalBorderLen;
$this->paddingInEachCell = $verticalBorderLen + $paddingLen;
$this->paddingInEachCell = $verticalBorderLen + $paddingLen + 1;
}

/**
Expand Down

0 comments on commit 1b93d53

Please sign in to comment.