Minimum height for card element

I used the card element and the heights are different for each. I tried setting a minimum height using the following CSS, but it did not work. This is the CSS I used.

.custom-card .x-card-outer .x-card-outer {
min-height:300px;
}

This is on the page titled Historical Statements. Please take a look and point me in the right direction. Thanks.

Hi There,

Please try with this CSS instead:

.x-card-outer .x-card-inner {
    min-height: 300px;
}

Hope it helps :slight_smile:

Yes, that works. Thank you very much.

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.