Group within group falling to a second row

Hi Bubblers! I have a horizontal group that has several data points within, starting with the name of the user that can be as long as it has to be. What happens is that when this name gets too big, the last data point falls to a second row . What I want to achieve is that when it gets too big, the data points that fall to the second row just don’t show (disappear), making it responsive based on the name’s length and obviously the screen size.
What I have trired:

  • Fixed the height of the main group to the size of the datapoints height, thinking that the last data point would just disappear as there can’t be a second row given the fixed height of the main group, but it still falls to the second row
  • Adding conditionals based on screen size, but this doesn’t work as it also depends on the leght of the name , which is variable, so I can’t seem to make this work

Ideas are much appreciated!!

This topic was automatically closed after 70 days. New replies are no longer allowed.