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(snack-bar): improper button styling and improved handling of long text #2991

Merged
merged 1 commit into from
Feb 9, 2017

Commits on Feb 8, 2017

  1. fix(snack-bar): improper button styling and improved handling of long…

    … text
    
    * Simplifies the snack bar styles, removing some redundancy.
    * Fixes the snack bar using the `md-button` styles directly. This causes it to break if another `md-button` isn't on the page in order to import the styles. These changes switch to styling the snack bar button independently since it barely shares any styles with `md-button` anyway.
    * Fixes a wrong selector that wasn't styling anything.
    * Adds better handling for long text strings inside snack bars.
    
    Fixes angular#2979.
    crisbeto committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    5ce0de5 View commit details
    Browse the repository at this point in the history