Hello
Our website is threesirens.co.uk
We currently have the following code in component-card.css to make our title appear on one line:
.card__heading {
margin-top: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
max-width: 173px;
Is there a way to keep this format, but when a customer hovers over the title, the shortened title expands to show the full product title?
Many thanks