div {
display: flex;
flex-direction: row;
}
was the solution that worked for me. In some cases with div
-lists this is needed.
some alternative direction values are row-reverse, column, column-reverse, unset, initial, inherit
which do the things you expect them to do