Auto and min content property for grid-template-rows
Hey, suppose if I have 3 rows, the moment I use auto or min-content for all three rows as:
They all size equally, why is that? (2nd screenshot is with repeat(2, min-content) 1fr


4 Replies
That shouldn't happen. Can you share more of the code, ideally in a Codepen or similar?
you were right
or are 😅
I removed grid area
and it fixed the probe
but then
I am using grid area
for the whole layout
so..
lemme think
create a codepen so we can look at it