Make the titles more similar

Hello @Baaaldo

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

.product-block__title {

white-space: nowrap;

text-overflow: ellipsis;

overflow: hidden;

}