Help with containers

When using the Vision module, I was able to create a template that had a Label and Text Field that setup so that I could resize the template and it still maintain the 5px space between the two elements by using the constraints options.

I am having trouble duplicating that function in Perspective, do you have any suggestions on how to go about it?

It’s even simpler in Perspective to do that.
There are a few ways.
If you’re using the flex container, you can use a margin style on the components of 5px (preferable). You could also add a label with blank text between the two components and set its basis to 5px with 0 for grow and shrink.
For a column container I think it has its own margins settings

1 Like

Thank you for the help. I hadn’t dug down into the styles yet. that did exactly what I needed.