As a newcomer to Angular/Angular Material, I'm unsure if I need to write this code myself or if it's already predefined in a certain manner. The issue I'm experiencing is with the dropdown of the mat-select. The panel that appears when you click on the select does not align with the width of the select dropdown bar including the arrow. Despite learning from a similar question mentioned here: Styling mat-select in Angular Material, I am still facing inconsistencies. Is there a solution to adjust the width of the dropdown if it doesn't match the size of the select element?