How to set a fixed height for all Grid rows?
When I was building 100Ideas there was a small requirement that when the ideas grow large it shouldn't affect the layout of the grid, the row and column height of the grid element should be fixed
Before
After
Code
HTML
CSS
Setting grid-auto-rows
does the trick
Last updated