Currently, I am working with Angular reactive forms and have encountered an issue with the datepicker form field in Chrome. Here is how it appears: https://i.sstatic.net/KCk8i.png
https://i.sstatic.net/DFhx9.png
Interestingly, when viewing the form in Firefox, there is extra space added to the top, as shown here: https://i.sstatic.net/G98ET.png https://i.sstatic.net/9AzTP.png
To address this discrepancy, I attempted a resolution by adding bottom: 6px
to mat-form-field-infix using dev-tools in Firefox, which appeared to resolve the issue. However, implementing the same attribute adjustment in Chrome resulted in misalignment. Any suggestions on how to resolve this compatibility issue?