Fixing Product Names in Product Catalogue

On my shop page, the Product names are sometimes too long depending on the size of the browser. They end up spanning two lines and the spacing between them is massive.

Can I make them so the spacing is less or so that only part of the name is displayed?

Thanks,
Oscar

Link

Hi there,
Thanks for reaching out.
In relating to your query here, I would perhaps suggest on reducing the line height so as to reduce the spacing. You can use this code for this:

h2.woocommerce-loop-product__title {
line-height: 20px;
}

I hope this helps.
Best Regards,
Support.