Home > Mobile >  How to disable MUI Grid items from stacking when window width is smaller than 600px
How to disable MUI Grid items from stacking when window width is smaller than 600px

Time:10-26

I am using the MUI Grid component to make a layout. I placed two grid items next to each other and one below it. However when I resize the window and the width becomes smaller than 600px the two grid items next to each other will stack. Does someone know where I can disable the two grid items stacking under 600px window width?

CodePudding user response:

You can see the default breakpoint values Codesandbox Demo

  • Related