Probably another dumb CSS question, but here we go…
I’m trying to place a right-aligned badge inside of a card footer, however it keeps getting cut off by the footer container. This codepen illustrates the issue. Using the clearfix
class didn’t helped, barring mistakes on my part.
Is it possible to achieve such an effect without forcing the footer height (which would be a horrible solution, stylistically)? Thanks!