Skip to main content

It would be really great if there was an option in an auto layout frame where the frame would wrap the objects to the next line. Like this. Objects would respect the padding set in the Auto layout.


Loom

Wrap-reverse is not supported, yet 😃


Unfortunately this isn’t supported. In order to do this in css you would use flex-grow on the slots. Figma has min-width and max-width, but in this case we would need an option to tell the slots to stay the same width as the others and not grow. In css this would be flex-grow: 0.


@Chris_Kerr1 This is also on the same lines as your request. I think for now you could use the variables and create breakpoints and thus setting the width of object based on the breakpoint. This will result in something closer to the desired outcome.


twitter.com

Reply