Potential 1.4 bug: label ASIDE modify component width

Hi,
in 1.4 incubating when I put label ASIDE in a form the width of the components is halved.
Is it a bug?
Thanks,
Mario

Hi,

This is correct behaviour. In Flow UI when you define a component size (either width or height) you define size for the whole component including its parts (e.g. label) instead of size if the input part only as it is for classic UI.

Gleb

No sorry I try to explain but probably is better to show a screen shot.
With label=“TOP” the textwidget fills the container (like 100%)
With label=“ASIDE” the textwidget including the label stops at 50% of available space and not at 100%