I have the following component:
Text(booking.endDate!, style: .relative)
.font(.system(.title, design: .rounded))
.foregroundColor(Color(.jpGreen))
.fixedSize(horizontal: true, vertical: false)
This is a countdown to a date formatted as hours and minutes, however in the interface it is randomly truncated at irregular intervals such as this
If i have applied fixed size attributes, how can i go further to make it never truncate?