How to make collection page product title one line only in warehouse theme?

I got a problem, my product title is very long, then they are not aligned both in home page grid and collection page, is there any way make the titles one line only with the “…” at the end, I am using warehouse theme.

Hi,
Please share your store URL with password (If Needed) & Screenshot, So that I will give you proper solution here !

Hi, url is hightop-tools.myshopify.com

This the example of my problem:

However I want the title like this:

Please add below line of code in theme.css file

.product-item__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

Thank you! It worked

Please accept solution.

Thanks

Hi

Would the solution above also work for the Debut theme?

Thank you

Tina

Looking for this myself.. did you find any answer?

These is not work for me.
can you provide another solution in these problem?
you can check screenshot for the same.
My email : wedmegoin@gmail.com