Inline tags from multi-reference fields

I’m trying to display multi-reference fields as tags (like commonly seen on blog posts), and I can do so using collection item list.

However, I can only display list items in equal-width columns. The text in my tags all have different lengths. How can I make them in-line instead?

Hey @Austin_yang, can you share the read-only link for us to check your setup? You should be able to use display: flex or inline.

Flex worked, thanks! Didn’t know how I missed it.