Text to fit inside a container

Hi,

Is there a way to make this text fit inside the container eventhough we might not see the entire text ?

Thanks

image

Hi! So, you would like the text to just be cut like “ceci est unetr…” ?

In that case: The setting “No wrap” on the basic settings of UI Text should do the trick!

Exactly, I have set “No Wrap” but now it is overlapping the cell on its right.

image

In that case, it sounds like there is nothing that constraints the Text to fit inside that cell. I guess it has to do with the parent container (try adjusting flex, width, maxwidth etc). Or maybe absolute or fixed positioning is being used for the Text or cell?

Thanks, somehow vertical flex on the parent did not allow this but changing it to horizontal flex made it work.