Stopping SwiftUI Text from being clipped
Text("You've been getting an average of 7 hours and 23 minutes of sleep each night over the last month, which is great. Keep it up!")
.fixedSize(horizontal: false, vertical: true)
.padding()
From Reddit