Why is my text element expanding

Basically, I want this text element to expand to a certain point before dropping to a new line. Why is it expanding and growing in width when there is no need?

Please help

It’s stretching because you haven’t put a fixed width in the element. More likely you want to stop it from stretching too far to keep a nice look on all screens. You can do that here

Hi @jared.gibb , I kinda want this but if my text becomes dynamic and changes, I still want the element to fill as much possible space on the line first before dropping below.