I currently have a responsive dashboard built with Material Ui's Grid
elements. One of the grid items is wrapped in a div
element, causing the layout to break.
Check out the playground with the div
element here: https://codesandbox.io/s/basicgrid-material-demo-forked-pkkil?file=/demo.js
For comparison, here is the playground without the div
element, which shows how it should look with the div included: https://codesandbox.io/s/b1wsf?file=/demo.js
Unfortunately, the div element cannot be replaced or removed...
Do you have any suggestions for how to resolve this issue?