WebHTMLContainer behaves different when put on another control

I need to come back with a WebHTMLContainer issue. The control works as expected when put directly on form. However, when put on a WebPanel or WebPageControl the text wrapping doesn't take place. See picture.

image

We traced & solved this issue. The next update will address this.
Workaround: define a CSS class with setting

.myclass { white-space: normal; }

and set this to WebHTMLContainer.ElementClassName

Excellent. That does the job!