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(select): not trimming long labels #2444

Merged
merged 2 commits into from
Jan 20, 2017

Commits on Jan 19, 2017

  1. fix(select): not trimming long labels

    * Fixes long text not being trimmed inside of `md-option`, because the element is a flex container. Switches it to `display: block` and uses `line-height` to center the text.
    * Fixes the selected value not being trimmed, because the element doesn't have a defined width.
    
    Fixes angular#2440.
    crisbeto committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    2363f18 View commit details
    Browse the repository at this point in the history
  2. fix: menu icon alignment

    crisbeto committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    cf3252b View commit details
    Browse the repository at this point in the history