Reporting various issues

3 Questions/issues:
• Line Wrap doesn’t seem to work
• changing the layout doesn’t reflect any change in on occasion
• how can I adjust the size of elements without changing the size of their box?
DEMO VIDEO

regarding the line wrap issue:
the parent’s width is set to stretch, but also has a max width
exceeding it causes the overflow

line wrap only breaks in spaces, so if you have text text text text it should wrap, but if you have a single word which is bigger than the max width, them it will still overflow