Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💡 Proposal - stop enforcing 1fr on gridTemplateRows for grid. #3001

Open
ak-cfull opened this issue Feb 19, 2025 · 0 comments
Open

💡 Proposal - stop enforcing 1fr on gridTemplateRows for grid. #3001

ak-cfull opened this issue Feb 19, 2025 · 0 comments
Labels
needs review Proposal/bug that needs to be reviewed by maintainers proposal

Comments

@ak-cfull
Copy link

Forma 36 contribution proposal

The problem

Having the subgrid with auto-height cells inside:

With current, enforced gridTemplateRows repeat(3,minmax(0,1fr)):

Image

With gridTemplateRows: auto; (unset)

Image

The proposed solution

add optional gridTemplateRows prop to override enforced value.

Breaking changes

no.

@ak-cfull ak-cfull added needs review Proposal/bug that needs to be reviewed by maintainers proposal labels Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs review Proposal/bug that needs to be reviewed by maintainers proposal
Projects
None yet
Development

No branches or pull requests

1 participant