Dave Rupert lists two scenarios in which the CSS Grid can be broken, and how to fix it:
- Overflow-x Elements break the Grid
- Form Controls break the Grid
To easily fix these, Dave has whipped up a small CSS snippet he calls “Fit Grid”, containing a CSS class you can apply to prevent these issues from happening.