Hello everybody,
I was wondering, is there a way to wrap text inside a Morphic/Bloc label?
I am building a list of text elements, but I am not able to wrap the text to match the width of the widget.
For the moment I solved the issue by instantiating a Rubric text area for each text element, but it becomes much more resource expensive and slower.
Is there a better widget to manage that?
Thanks,
Tommaso