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(input): invalid font declaration #5154

Merged
merged 1 commit into from
Jul 26, 2017

Commits on Jun 21, 2017

  1. fix(input): invalid font declaration

    Fixes the `font` declaration on the `md-input-container` being ignored, because it was invalid.
    
    Note: I updated the font size to the correct value from [the spec](https://material.io/guidelines/components/text-fields.html#text-fields-states), however I'm not using it, in order to avoid any breaking changes. Also note that since the line height wasn't being used before, the baseline is now slightly off when next to a select.
    
    Fixes angular#5262.
    crisbeto committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    d74d024 View commit details
    Browse the repository at this point in the history