We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03fc57 commit a0310d6Copy full SHA for a0310d6
1 file changed
Aztec/Classes/TextKit/LayoutManager.swift
@@ -283,7 +283,7 @@ private extension LayoutManager {
283
var resultAttributes = attributes
284
var indent: CGFloat = 0
285
if let style = attributes[.paragraphStyle] as? ParagraphStyle {
286
- indent = style.listIndent + Metrics.listTextIndentation
+ indent = style.listIndent + Metrics.listTextIndentation - (Metrics.listTextIndentation / 4)
287
}
288
289
resultAttributes[.paragraphStyle] = markerParagraphStyle(indent: indent)
0 commit comments