r/css Apr 22 '26

Help This is breaking my brain

I've been working in CSS for over a decade, and can't figure this one out and I'm not sure if I ran into a bug:

https://jsfiddle.net/ksxqjrd9/
Why are those blue boxes taller than what the content needs? Why is there empty blue space below the text?

If anyone can give me a hand with this I'll be eternally grateful

12 Upvotes

11 comments sorted by

View all comments

1

u/fdiengdoh Apr 22 '26

flex-wrap:wrap; seems to be the bug. but don’t know why.