diff --git a/NextGrowingTextView/NextGrowingInternalTextView.swift b/NextGrowingTextView/NextGrowingInternalTextView.swift index 32a2881..75a86d8 100644 --- a/NextGrowingTextView/NextGrowingInternalTextView.swift +++ b/NextGrowingTextView/NextGrowingInternalTextView.swift @@ -114,7 +114,7 @@ internal class NextGrowingInternalTextView: UITextView { } placeholderDisplayLabel.frame = CGRect( origin: .init( - x: 5 + textContainerInset.left, + x: textContainerInset.left, y: textContainerInset.top ), size: size