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): allow multi-line text #3626

Merged
merged 2 commits into from
Apr 11, 2017

Commits on Mar 15, 2017

  1. fix(snack-bar): allow multi-line text

    * Wraps multi-line text, instead of truncating it, inside of snack bars. **Note:** While the spec only mentions multi-line text on mobile, this seems to be a better approach than cutting it off at ~500px. We can revisit this if we start using media queries.
    * Aligns the snack bar button margin to the spec.
    * Simplifies some of the CSS to remove the need for a hardcoded height and negative margins.
    
    Fixes angular#1951.
    crisbeto committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    97e1081 View commit details
    Browse the repository at this point in the history
  2. chore: fix unit tests

    crisbeto committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    1f3f9f0 View commit details
    Browse the repository at this point in the history