display:flex not working in Chrome display:flex not working in Chrome google-chrome google-chrome

display:flex not working in Chrome


Change your .row to:

.row {    display: inline-flex;    width: 100%;}

You may also want to report this bug to team behind Chrome.


The problem is that you didn't clear the floats.