I need a css that display only two lines of codes by default,But when the user hover on it, The rest of text to be displayed .
For example :
It's what it should looks like by default :
And this is what It should be like when user hover on it :
As you can See, The rest of text is shown when user hover on it but By default only two lines of product name will be shown
What's the css trick for that ?
Thanks