Need help with MaterialUI's Grid component
Here's the code
You see, the second row's first cell is short compares to its sibling which is the
Incident
cell. How do I stretch the height of the cell so it matches the height of the Incident
cell?1 Reply
I have no idea about MaterialUI but, based on what you have shown maybe you need to add
alignItems="stretch"
to the 2nd row grid container