Text Truncate in CSS

https://codesandbox.io/p/devbox/hf4xqz
I have a dropdown component using the Shadcn library. I want to limit the no of letters it can display, Once the length crosses certain threshold, I want to use truncate and display eclipsis. Do we have only way to do it using max-w or do we have any better solution for it. Can you please let me know? I have attached codesandbox
image.png
Was this page helpful?