diff --git a/apple/BlockquoteTextLayoutFragment.mm b/apple/BlockquoteTextLayoutFragment.mm index 2b8740d3..759062e9 100644 --- a/apple/BlockquoteTextLayoutFragment.mm +++ b/apple/BlockquoteTextLayoutFragment.mm @@ -15,7 +15,7 @@ - (CGRect)ribbonRect { fragmentTextBounds = CGRectUnion(fragmentTextBounds, lineFragmentBounds); } } - fragmentTextBounds.origin.x -= _markdownUtils.markdownStyle.blockquoteMarginLeft + _markdownUtils.markdownStyle.blockquoteBorderWidth + _markdownUtils.markdownStyle.blockquotePaddingLeft; + fragmentTextBounds.origin.x -= _markdownUtils.markdownStyle.blockquoteBorderWidth + _markdownUtils.markdownStyle.blockquotePaddingLeft; fragmentTextBounds.size.width = _markdownUtils.markdownStyle.blockquoteBorderWidth; // TODO: draw multiple ribbons for nested blockquotes return fragmentTextBounds;