Reply to Paragraphs of Text is oddly truncated within ScrollView? This appears to be a bug with SwiftUI. A work around that has worked for me, until this get fixed. Attach the following modifier to any multi-line Text(). .fixedSize(horizontal: false, vertical: true) UI Frameworks SwiftUI Jun ’20