Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Dynamic Content in Rows

Compare
Choose a tag to compare
@seejamescode seejamescode released this 24 Jan 21:14
· 69 commits to master since this release
6e7e37f

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.