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(toolbar): prevent content overflow and line-wrapping #2454

Merged
merged 3 commits into from
Feb 10, 2017

Commits on Dec 29, 2016

  1. fix(toolbar): prevent content overflow and line-wrapping

    * No longer wraps lines inside of a `md-toolbar-row`
    * Overflow for X-axis and Y-Axis are now hidden. Developers should use multiple `md-toolbar-row` elements or can always overwrite the styles.
    
    Fixes angular#2451
    devversion committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    bd07165 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Address comment

    devversion authored Jan 20, 2017
    Configuration menu
    Copy the full SHA
    9adf9c1 View commit details
    Browse the repository at this point in the history
  2. Update comment

    devversion authored Jan 20, 2017
    Configuration menu
    Copy the full SHA
    cb61763 View commit details
    Browse the repository at this point in the history