Here's the link to my code: here.
In my code, I have set both cells to be 50% height using the CSS class panel. However, the Card component is stretching the parent cell height beyond 50%.
The Card component functions properly in landscape orientation but not in portrait orientation.
Even after adding CSS properties like height: 50%, min-height: 50%, and max-height: 50%, the issue still persists.
What can I do to prevent the Card component from extending the parent cell height beyond 50%?