Card information wrapper affecting card wrapper size (Dawn 2.0)

Hello,

I’m having trouble with improperly aligned products when changing the screen width. My products are aligned in a grid and I would like them to all be level with each other.
On smaller screens (or in smaller browser windows), however, the card information wrapper, which contains the product name, takes up multiple lines. This causes the whole product to become vertically bigger, messing up the level alignment with other products that have a shorter name.

How can I stop this from happening, for example by having the text move when hovered over or by making the excess text become transparent, to allow for level product alignment?

A screenshot showing the issue is provided below. The improper alignment is visible at the black “In den Warenkorb” boxes.

Thank you for helping out.

you can do two things

  1. truncuate the title of the product so all title will in one line it will be like this

Product Titl…

or you can fix height of titles to have height of double lines even if they are single line titles

so all the titles have same height

Thank you for your response.
How do i truncuate the product title? I’ve been looking in component-card.css but can’t find the code.