-
Notifications
You must be signed in to change notification settings - Fork 6.8k
The placeholder font-size of Input and Select should be same #3322
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
Comments
I also has same issue as @janisr . any workaround while proper fix is released ? I am not able to override .mat-select-trigger attributes from the component.css file. |
This looks like a dupe of #2127. Input inherits its font size while select prescribes 16px. They should handle it the same way. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Uh oh!
There was an error while loading. Please reload this page.
Bug, feature request, or proposal:
Bug
What is the expected behavior?
The placeholder font-size of Input and Select should be same
What is the current behavior?
According to my usage, I found that the font-size of Input and Select are different:
Input: 20px
Select: 16px
So currently, I just reset it dynamically when the select change.
I think maybe these font-size should be same.
Which versions of Angular, Material, OS, browsers are affected?
"@angular/material": "^2.0.0-beta.2",
Is there anything else we should know?
According to my understand, I think just change the css of mat-select-trigger
font-size 16px to 20px
The text was updated successfully, but these errors were encountered: