In this grid, how tall is the second row at render time?.grid { display: grid; height: 600px; grid-template-rows: 100px 1fr min-content; } /* row 3 content is a single line of 20px text, no padding */