Possible to shorten the product title

Hi, I want to make shorten my shop page product title. How can I do this if this is a possible, please update in the next release

Best regard
Rafilathif

I have added this code to my custom CSS it’s work for me if possible to add in the Theme it’s self much better

/* WooCommerce: Limit product title */
.product-block .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

You can follow this post: https://thembay.com/solved-how-to-shorten-woocommerce-product-titles-limit-woocommerce-product-title/