I have a number of main components which I’ve set to ‘Fill width’ - however, when I drop an instance of this component into a frame, it goes in as ‘Fixed width’, aligned to the actual width the main component.
For example,
Main component
Containing frame is 1000px, button is set to fill, so the button is 1000px (responsive).
Instance
Containing frame is 500px, button instance is added and goes in as fixed width 1000px - I have to manually set it to fill in order for it to fill the 500px frame.
Expected behaviour
- Main component = Fixed width ∴ Instance = Fixed width
- Main component = Fill width ∴ Instance = Fill width
- Main component = Hug ∴ Instance = Hug
Have seen a few people raise this so it would be nice for it to be resolved.