Skip to content

Commit

Permalink
Merge dac70f7 into 5e7ce46
Browse files Browse the repository at this point in the history
  • Loading branch information
ihomway committed Sep 11, 2016
2 parents 5e7ce46 + dac70f7 commit de585be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Source/DTHTMLElement.m
Expand Up @@ -1364,7 +1364,7 @@ - (void)applyStyleDictionary:(NSDictionary *)styles
if (hasMargins)
{
self.paragraphStyle.paragraphSpacing = _margins.bottom;

self.paragraphStyle.paragraphSpacingBefore = _margins.top;
// we increase the inherited values for the time being
self.paragraphStyle.headIndent += _margins.left;
self.paragraphStyle.firstLineHeadIndent = self.paragraphStyle.headIndent;
Expand Down

0 comments on commit de585be

Please sign in to comment.