Stackable list - is it possible to make the options horizontal and allow wrap?

I achieved it with this CSS as well (flex uses row direction by default):

display: flex;
gap: 8px;