Skip to content

Commit a0310d6

Browse files
committed
Improve indentation.
1 parent b03fc57 commit a0310d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Aztec/Classes/TextKit/LayoutManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ private extension LayoutManager {
283283
var resultAttributes = attributes
284284
var indent: CGFloat = 0
285285
if let style = attributes[.paragraphStyle] as? ParagraphStyle {
286-
indent = style.listIndent + Metrics.listTextIndentation
286+
indent = style.listIndent + Metrics.listTextIndentation - (Metrics.listTextIndentation / 4)
287287
}
288288

289289
resultAttributes[.paragraphStyle] = markerParagraphStyle(indent: indent)

0 commit comments

Comments
 (0)