Is there any way to display text in two line and overflow is dotted? I can use
white-space: nowrap;
text-overflow: ellipsis;
But it show the text in one line. I need to show my text in two line and if overflow text then it should show dotted end.