I have created a flex structure that resembles a table and adjusts the number of cells based on the content. However, when the last row is not full, the remaining cells stretch to fill the empty space, which affects the overall appearance of the structure. https://i.stack.imgur.com/s0Psp.jpg
Link to see the issue in JSFiddle (please enlarge results area)
Despite using justify-content: flex-start;
, the problem persists.
Is there a way to move the remaining cells back to their original positions?