How to set up progressive horizontal repeating group

Hi,

I am trying to set up a simple 1 row horizontal group with a variable number of columns, but a fixed width. Inside the repeating group I have a simple text field that shows "Step #'.

The progressive behaviour that I am looking for is, that with increasing number of columns, the width of each column reduces in order to fit the full list in one row. What happens instead is that the repeating group adds additional (incomplete) rows, which looks really ugly.

This is how I have set it up:

This is the result:
Screenshot 2020-11-06 at 22.47.13

I have put cell minimum width and also the contained textfield width to 10px, so that should not be the problem.

Am I missing something stupid here? Btw, the repeating group is contained within another group of exactly the same size, i.e. zero margins.

Any help would be greatly appreciated!!
Georg

Nobody any idea? This should be so straightforward and there is probably an easy fix that I have not yet figured out…

Responsiveness works depending on the screen size of the device.

Having said that play around with the lengh of the text element. Set the min length to 0 while making sure that their parent/s group/s are not fixed.