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(expansion-panel): remove margin from top and bottom panels in accordion #6546

Merged
merged 1 commit into from
Aug 22, 2017

Commits on Aug 18, 2017

  1. fix(expansion-panel): remove margin from top and bottom panels in acc…

    …ordion
    
    Currently when the top-most or bottom-most expansion panels in an accordion are opened, they will add a top/bottom margin, causing them to shift away from the accordion edge. Since we try to avoid adding margins to the outside of components in general, these changes remove the top/bottom margins for the end panels.
    crisbeto committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    063934c View commit details
    Browse the repository at this point in the history