How can I force as much text as possible on the last line instead of the first line with CSS
I’m trying to create a product card that which has the title at the bottom. Sometimes the title is a bit longer and it needs to use two lines (it adds one at the top).
However it tries to fit as much text as possible on the first line, but I want as much text on the last line*
So I want this:
Standard behaviour
To be transformed to:
More text on the bottom line than on the top line