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

Fix Grid items/content alignment when just a single value is set (#569) #570

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adamkudrna
Copy link
Member

@adamkudrna adamkudrna commented Oct 4, 2024

Intentionally use longhand properties because custom property fallback mechanism evaluates initial values as empty. That makes the other value from the items/content pair unexpectedly used for both axes.

Introduced in #550. Closes #569.

)

Intentionally use longhand properties because the custom property
fallback mechanism evaluates `initial` values as empty. That makes
the other value from the items/content pair unexpectedly used for
both axes.
Intentionally use longhand properties because the custom property
fallback mechanism evaluates `initial` values as empty. That makes
the other value from the items/content pair unexpectedly used for
both axes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Grid behavior changed in version 0.56.0
2 participants