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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
What is the issue? * Changing font size of input breaks rendering
What is the expected behavior? mdInputContainer should allow different text sizes
Angular Versions: *
Angular Material Version: v1.1.1
For accessibility reasons, we should allow developers the ability to scale just the text of objects without having to scale the entire object. Not all users can use a set font-size of 16px. Support for larger font is also part of the Material Design spec.
Note, I have already created a resolution to this as part of the CSS density project.