Fit more tags into repeater row with tag size auto adjusted/Repeater auto-resizing

This is particularly relevant when using visual tags to show an array from a database row - as well as with button elements.

I would love some help in finding a current solution to this; and if not, it’s a feature request!

I’m trying to get repeating tags (and buttons) to auto-resize and fit more into a row, like this:

The default settings (when set to 2 items per row) look like this:

image

There’s a lot of empty tag space; visually it looks sloppy, and it’s not an efficient use of space. More tags could probably fit on each row if allowed.

With some custom CSS for the elements, I can at least have the tag container auto-resized:

image

However, this is what it looks like if I set the number of items per row to 3. Even though there’s plenty of room, it wraps the first tag. Basically, it’s equally dividing the row into 3, and forcing each tag to fit into that allotted space, even if other tags in that row are barely taking up any space.

image