I've been working on updating an old custom sheet my friend uses for fire emblem campaigns from tables to grids. I've gotten the majority of it translated and working/looking as intended, but I'm encountering one problem on the main tab of the sheet. The sheet has two columns, one for character info/stats and the other for notes/derived stats. In the old sheet expanding the weaknesses drop down would end up with the columns being different heights which looked ugly. To try and prevent this, I put that whole section in a grid so that both sides would stay the same height. This 'works' in that both sides resize to match on expanding/collapsing, but it does so by increasing the height of each distinct area in the grid, see attached images. My intended outcome was for the notes section in the right column to increase/decrease in size to match the left column while leaving the other sections unaffected. I've never worked with css/html prior to this, so I'm hoping there's a simple solution that I've overlooked here. I've linked the relevant portions here: CSS and HTML