I want to make the 3rd flex child take the rest of the width in the row and send the 4th flex child (Name) and 5th flex child to the next row. How can I do that?
I have tried using flex-wrap: wrap
and flex-grow: 0
to all child excepts the 3rd child having flex-grow:1
but this did noot work.