Hello, I realize this may be a bit dump, but I’ve played with the Debugger a lot and I still haven’t achieved what I wanted. I simply want to copy the style the files are displayed in the inspector, just like the image posted. Simply applying justify-content:space-between to the container yields different results. I’m currently using Unity 2019.1.10f1, but I plan to migrate to 1.3 upon the official release. Any ideas on how to implement this? [flex-start and space-between are shown below]

I’m kinda unsure what exactly you are asking
But a great resource to learn the formatting options is flex box froggy https://flexboxfroggy.com/
Hi TheHeftyCoder,
This looks like something that can be done just by using flex-direction: row and flex-wrap: wrap onto the container.
Hello, that is the first image in my post. The problem was that I can’t set my margin to a % value, so it creates empty space at the right side of my container, since the margin doesn’t auto-adjust. I assume I can fix this in 2019.3 where % values will be available.