Reply to Text(_ : Date, style: DateStyle) displays "..." if text grows beyond initial size for style `.relative` This is all the view code required to reproduce the issue. Specifying a fixed frame as a workaround didn't help either. struct ContentView: View { var body: some View { 		Text(Date(), style: .relative) 	} UI Frameworks SwiftUI Jul ’20