Closed cbotsikas closed 5 years ago
I see it right and I haven't changed anything @cbotsikas
Check with chrome too. The problem is that the .card-body
is expanding to the full window height.
I can see that .card-body
has height: 100%
when the parent .card-item-content
has display: flex
with max-height: none
. I'm not sure if that is valid and if the correct behavior is on Chrome or Firefox.
I don't really see what's the benefit on using flexbox in this case. Is it needed somewhere else in the platform?
the flex display is for the search boxes. I put height: auto, can you check on chrome too?
Yes, height: auto
fixes behaviour in chrome.
Which search boxes?
I still find this solution over-complicated for no apparent reasons. Removing all flex related css, gives the same visual result. Am I missing something?