I’m trying to style the cards such that they are the same height, and have a border only on the left side, but it is showing correctly only when I minimize it. When I maximize the page, the border shows halfway inside the card
but I want the border to be only on the left side, not all the sides, and it only appears like that when I put it in the card body. that’s the problem I am facing.
I actually think you discovered some kind of incompability between border styling and dbc.CardGroup() because there should be a border visible using the following code as is. Instead, you have to comment out the dbc.CardGroup() and comment in the dbc.Stack()
Thank you so much for your reply! Though dbc.Stack did work well, the border was still off and I wasn’t able to figure out how to align the cards to the center and introduce a gap between them. the “gap” option wasn’t getting applied for some reason, your bootstrap worked perfectly!