This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
Dynamic Content in Rows
Switches default grid-auto-rows: rowHeight
from the fixed row height to grid-auto-rows: minmax(rowHeight, min-content)
. This allows for elements like paragraphs with dynamic heights.