Here is the code I wrote: [copied from [Angular Material Drop Down Sample](https://github.com/dart-lang/angular_components/blob/a09df6f76c681e68efc2dc82c837070105340ead/examples/material_select_example/lib/material_dropdown_select_full_demo.html#L182)] <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 ?  * [x] Dart SDK Version (2.9.0) * [x] AngularDart Version (^6.0.0-alpha+1) * [x] Using Windows * [x] Chrome * [x] Using Material Design, editor: VS Code
Here is the code I wrote: [copied from Angular Material Drop Down Sample]
There is a max-width hard-code: max-height: 400px; max-width: 448px, and I can't change it.
Is there a work around ?