Is this a regression?
The previous version in which this bug was not present was
13.2.3
Description
If you render a mat-input and a mat-select component next to each other you can see that mat-select is slightly higher than the mat-input. This is a specific appearance="outline" issue. Using appearance="fill" the height is the exact same. (see https://material.angular.io/components/form-field/examples)
Mat Input
mat-form-field

.mat-form-field-infix

Mat Select
mat-form-field

.mat-form-field-infix

Reproduction
StackBlitz Demo
Expected Behavior
All form components should have the same height.
Actual Behavior
The height is different when using appearance="outline"
Environment
- Angular: 13.0.x
- CDK/Material: 13.2.3
- Browser(s): Chrome 98.0.4758.102
- Operating System Windows
Is this a regression?
The previous version in which this bug was not present was
13.2.3
Description
If you render a mat-input and a mat-select component next to each other you can see that mat-select is slightly higher than the mat-input. This is a specific
appearance="outline"issue. Usingappearance="fill"the height is the exact same. (see https://material.angular.io/components/form-field/examples)Mat Input
mat-form-field
.mat-form-field-infix
Mat Select
mat-form-field
.mat-form-field-infix
Reproduction
StackBlitz Demo
Expected Behavior
All form components should have the same height.
Actual Behavior
The height is different when using
appearance="outline"Environment