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

Make width-container margins more targetted to avoid specificity issues #1670

Merged
merged 2 commits into from
Dec 10, 2019

Commits on Dec 3, 2019

  1. Update width-container to only set required properties

    To avoid issues with specificity when people are using their own custom width containers we can set only the properties that are required.
    
    This also mirrors how we are setting margins in the rest of the object.
    
    Fixes #1658
    NickColley committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    645d735 View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry

    NickColley committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    1017046 View commit details
    Browse the repository at this point in the history