how to make grid row max height based on content code example
Example 1: css grid make all rows same height
grid-auto-rows: 1fr;
Example 2: css grid min height
grid-template-rows: 3ch auto minmax(10px, 60px);
/* Please Dislike if this doesnt Work I'll Remove */