Hi,
have some issues with label component.
I have Layout group that have vertical layout attached. And then I have bunch of texts that should be rendered one after another. All that works but labels, don't wrap to next line, maybe I miss some property? I tried to set explicit width on labels, that helped and text got wrapped but somehow it was not visible fully and got some scrollable text.
<LayoutGroup layout=${verticalLayout}>
<Label wordWrap=${true} text="long text" textFormat=${textFormat} />
....
</LayoutGroup>
testing on HTML5 target, also added background skin for layout group and it had correct size with all gaps from layout