You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All I did was change body font size to 13px;
See index.html
<style>body { font-size: 13px; }</style>
What is the use-case or motivation for changing an existing behavior?
Allow customization of body font size. Clearly changing this causes inconsistencies elsewhere.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular Material Release version
"version": "2.0.0-beta.11",
Is there anything else we should know?
Problem seems to be
.mat-select-trigger {
font-size:16px;
}
set somewhere.
The text was updated successfully, but these errors were encountered:
josephperrott
added
forms
This issue is related to Angular Forms integration
P4
A relatively minor issue that is not relevant to core functions
labels
Sep 29, 2017
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Consistent font size weight for mdInput and mdSelect placeholder
What is the current behavior?
As of beta 11
What are the steps to reproduce?
Providing a StackBlitz/Plunker (or similar) is the best way to get the team to see your issue.
https://plnkr.co/edit/wzyS0s397OazQaj5TPE3?p=preview
All I did was change body font size to 13px;
See index.html
What is the use-case or motivation for changing an existing behavior?
Allow customization of body font size. Clearly changing this causes inconsistencies elsewhere.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular Material Release version
Is there anything else we should know?
Problem seems to be
set somewhere.
The text was updated successfully, but these errors were encountered: