Hi X,
I have set my classic cards to be a set height using the following CSS:
.x-card-inner {
height: 450px !important;
max-width: 300px !important;
margin: 0px !important;
}
The issue is i need the text on the back to fill the space so it would need to size based on the available space in the card on the back.
I have removed the back title using the following CSS:
.back .x-face-title {
display: none;}
Is this possible?
Some of the text is fairly short while some is pretty long.
