We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
override font size on the input element doesn´t work
I defined custom typography on the input element, where I want override this attributes: font-size: 40px line-height: 52px font-weight: 400
font size is not reflected on the input element
https://stackblitz.com/edit/angular-material2-issue-g1z2md
I want override font size on the input element and in browser IE 11 writing text can't be floating
Tested on Angular 5.0, Angular/Material 5.0.0-rc.2, all browsers and in IE with other line-height how is default 1.125 writing text is floating
The text was updated successfully, but these errors were encountered:
I've submitted a fix @tofesath. Until it gets in you should be able to work around it by setting the font size on one of the form field's ancestors.
Sorry, something went wrong.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
crisbeto
Successfully merging a pull request may close this issue.
Bug, feature request, or proposal:
override font size on the input element doesn´t work
What is the expected behavior?
I defined custom typography on the input element, where I want override this attributes:
font-size: 40px
line-height: 52px
font-weight: 400
What is the current behavior?
font size is not reflected on the input element
What are the steps to reproduce?
https://stackblitz.com/edit/angular-material2-issue-g1z2md
What is the use-case or motivation for changing an existing behavior?
I want override font size on the input element and in browser IE 11 writing text can't be floating
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Tested on Angular 5.0, Angular/Material 5.0.0-rc.2, all browsers and in IE with other line-height how is default 1.125 writing text is floating
The text was updated successfully, but these errors were encountered: