I have this select in angular material:
Its code :
You can try adding this code.
.mat-dialog-container{ padding: 0px !important; }
If this does not work you can use
/deep/.className { ... your code goes here }