Why 3 elements with css property flex-wrap is transferred to a new line?
There are six elements that have the width of 33.33333%. Asked display: flex and flex-wrap: wrap, but instead of siting of 3 elements in a row, leaves only 2 elements in one row, and the rest migrated. Maybe something is wrong?