.content-product:not(:hover) .product-title a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
I am experiencing difficulty in setting the product name to display in two lines while using the code mentioned above. I would like to format the product name to appear on two lines and also have the full name of the product appear when the user hovers over it