Ellipsis without fixed width
I want to show the description on one line and add ellipsis at the end.
With
Is there a way to do this without setting fix width.
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.

