Html – How to prevent image enlarging the cell in flexbox CSS
Flexbox parent width should be decided by text inside child1. image inside child2 should grow when parent grows. And parent div should grow until max-width But when I put my image inside it enlarges my parent. #parent { display: flex;…