It can be done with alignment, like
HStack(alignment: .top) { // << here !!
GCheckmark()
Text(description).fixedSize(horizontal: false, vertical: true)
.gistFont(.body)
}
CLICK HERE to find out more related problems solutions.