Improving Repeating Group Design in Bubble.io
What's the best way of adding padding and spacing to improve the design of a repeating group in your Bubble app? Well let me show you. I've got a very simple layout here. I've got a repeating group that's showing me a list of my contacts and I've just got two text fields with a min width of 80 in there but it's not looking particularly attractive right now.
Creating a Row Layout
So first thing I'm going to do is select all of the elements in my repeating group. So my two text labels here and I'm going to put them into a row and I'm going to set the row to width 100% and also height 100%. So now this group is basically taking up the hold of the repeating group cell and that then means that padding I add to this will be applied uniformly around everything in the repeating group.
Adjusting Element Heights
I can also on these if I say min height 0, min height 0, I can then put them in the middle. Now what is making the cell as high as it is because it isn't the elements in there and it isn't this group because this group is set to 100% well that is going to be in appearance and min height of row and so if I only want the row to be as tall as it needs to be for the elements I just set this to 0. Let's have a look at that in the preview. Yeah already looking much better.
Conclusion and Additional Resources
So if you are learning Bubble you can find even more Bubble tutorial videos on our website plantnodecode.com and you can like and subscribe to this channel you can even give us a tip using the thanks button just below if you found this video useful.