css grid repeat(auto-fit) breaks when an item span all columns. Is there a way to prevent it?
The difference between auto-fill and auto-fit is that the latter collapses the empty columns. But after by adding an item that spans all columns auto-fit breaks and starts behaving like auto-fill. I can't find this behavior anyway in the specs.…