Cannot set a gap on code component

I have a code component that renders a list of tags and noticed that I couldn’t set the gap value for it in the studio. Is there a special hint I need to pass for this to show?

because we are polyfilling flex gap support, we can’t reliably do so for code components… If you want flex gap, you’ll have to pass a horizontal container as a slot content, and set the gap on the container :pensive:

gotcha! no worries