I have an issue with a grid that I do not understand. It seems to be perfectly fine and after 10 seconds it changes back into chaos - only starting from mobile landscape mode and mobile. If I do sth it looks again fine and then it changes into chaos again. Any idea what I am doing wrong here Apreciate your help!
Si
to be honest I do not understand why you did place whole content into one wrapper new order container and make it flex IMHO its not best practice. Me personally I will in this specific case just keep it as block and inside I will place div’s that I will be able to customise to my needs with grid or flex. In your case, the flex on new order container doesn’t make sense (from my point of view) I’m 90% sure that problem is caused by this specific container. So you can try to look at this container more closely.
I have now changed container to block and you can clearly see that there is auto-generated lots of grid rows. Just revisit your code for this container and its elements.