Ellipsis without fixed width

I want to show the description on one line and add ellipsis at the end.
With overflow-hidden overflow-ellipsis whitespace-nowrap, I have to set fixed width which distorts the layout of the table.
Is there a way to do this without setting fix width.
image.png
Was this page helpful?