How to reduce the size of MatSelect DropDown Panel
You can set the width of mat-select by adding the below css to the main styles.css
file.
.mat-form-field-infix{
width: 80px !important;
}
Change 80px as per your requirement.
You can set the width of mat-select by adding the below css to the main styles.css
file.
.mat-form-field-infix{
width: 80px !important;
}
Change 80px as per your requirement.