I have a repeating group that prints out a list of categories as buttons. I would like for this list of categories to just naturally take up the size that each category’s text needs.
This is the outcome I’m looking for, where: 1) each category is on a SINGLE line of content, it never wraps in the button, and therefore each button contains a single line, 2) the button isn’t bigger than the content, 3) the content is next to each other and moves down to a separate line only if it doesn’t fit (which is why the 3rd category, a really long one, moves to a new line, rather than stay on the same line as the first 2 categories). Hopefully this makes sense.
i still got an unexpected result, the buttons are still not single line (this isn’t the end of the world, I need to shorten the content anyway), but there’s a really weird gap in spacing between 2nd & 3rd button? it appears Bubble is taking the width of the widest column and copying that across to all columns…