I know it’s caused by the title being 3 lines long, that pushes everything down. But what are my options to avoid breaking the whole design like that? Why does it break in the first place I want to ask: it shouldn’t push anything down in my opinion, but that’s what it is…
Anyway, any suggestions? I’d very much would want to avoid trimming the title, as this a key info.
Thanks for insights 
Have a great one everyone
Whay you can do is take the longest line you have,
Paste it in the text field and make the repeater a standart size of x heigth.
A repeater will always adept to its source
Second option is to add a box and in the repeater and give it a size. Add all the other elements in the box.
Kind regards,
Kristof.
Or you do it on another way → you use shortened Text in Repeater with an fixed amount of letters.
Or you code a dynamic text-recizing formatting related to the text.length.
There are always several ways of how to solve a problem.