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

Merged
merged 2 commits into from
Oct 7, 2024

Commits on Oct 7, 2024

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

    )
    
    Intentionally use longhand properties because the custom property
    fallback mechanism evaluates `initial` values as empty. That makes
    the other value of the shorthand property unexpectedly used for
    both axes.
    adamkudrna committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1d12e64 View commit details
    Browse the repository at this point in the history
  2. Fix placement of form fields when just a single value is set

    Intentionally use longhand properties because the custom property
    fallback mechanism evaluates `initial` values as empty. That makes
    the other value of the shorthand property unexpectedly used for
    both axes.
    adamkudrna committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    dc3cf0a View commit details
    Browse the repository at this point in the history