When putting multiline label (with linebreak set to Word Wrap) into a stack view, the label immediately loses the linebreak and displays the label text in one line instead.<
What worked for me!
stackview: alignment: fill, distribution: fill, constraint proportional width to superview ex. 0.8,
label: center, and lines = 0