Here is the code I wrote: [copied from Angular Material Drop Down Sample]
<material-dropdown-select>
<material-select-dropdown-item *ngFor...>
... my code here
</material-select-dropdown-item>
</material-dropdown-select>
There is a max-width hard-code: max-height: 400px; max-width: 448px, and I can't change it.
Is there a work around ?
