The implicit size update from a child item of a MarginWrapper
component triggers an implicit size update of the wrapper component,
but this does not necessarily result in the actual size of the wrapper
changing (e.g. when it is positioned by a layout).
Fixed reactivity of the paren't actual size not working before child
had been assigned.
Fixed incorrect margins when actual size is less than implicit size.