Resizing Text Based On Parent Size

Is it possible in Wappler to edit the size of font based on a parent or the paragraphs width below is a image of what im trying to achieve

Where Admin is is fine as it fits nicely but the second one has a overflow ellipsis instead of this im wanting the font size to scale so it can fit in and admin one would remain how it currently is?

Hey,
I think you could simply create custom CSS classes with responsive text sizes and apply them to your text: How To Create a Responsive Text (w3schools.com) :slight_smile:

This all works on browser width meaning both would be edited at the same time im only wanting the one that can’t fit to shrink in size

I tried this sometime ago. It can be done using svg and view box.
But it requires a fixed max width. Google it. You will find some resources.