Skip to main content
Question

Flickering auto-layout size of an element

  • April 2, 2026
  • 0 replies
  • 2 views

Adama

Hi.
I noticed a bug on figma auto-layout element.
Structure : A form ui with a auto-layout frame (size: 520px), with two elements (inputs) inside. One input component (the main component) and another instance of that component (220px for each element, fixed sizes).

When i select the main component and set it’s width to fill container (instead of fixed), the sizes keep “flickering” (growing and shrinking infinitely).

I think it’s due to the other instance inheriting the fill container, while the other one is resizing..