Text Wrapping not working

Hello, can someone please help me make this text function properly?

Current:


image

As the cells are resized from their header the header overlaps but the actual cell below hides the word if it doesn’t fit in the width.

As seen above if it is more than one word it will rap but I would like to wrap letter by letter rather than word by word.

Goal:
Wrap letter by letter and add … at the end.

Thank you!!

Can someone please check on this, we have yet to receive a response.

Unfortunatelly, without custom coding, you will not be able to do this, as Bubble supress word by word and not letter by letter.

What you can do is insert the text inside an input text and resize this input. Remove background color, borders and make it disabled. It will look like a regular text, but you will have something close to what you want with the bonus of reveal the hidden text when scrolling it…

The weird part is that I tried using custom CSS to make the custom Wrapping but it didn’t seem to work. I will try using an input.