Dawn theme - Products Are Not Aligned Due To Long Titles, How to hide the rest of the title?

I tried using this code in the Assets/Base.css but still not working, any help please?

.product__title {
    text-transform: normal;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
}

Hello There,

Please share your store URL and Screenshot.
So that I will check and let you know the exact solution here.