Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(input): respect text-align value from form-field
User agent stylesheets set the text-align of inputs explicitly to "start". Those can be easily overwritten by targeting the input element using a simple CSS selector, but since the text-align will be applied most of the time on the `mat-form-field` to also align the placeholder/label, the alignment should be inherited on the input. Related to #5332
- Loading branch information