Open andrewseguin opened 7 years ago
Since #7083, selects in form fields do not properly adjust their widths when used within grid tiles. When the grid tiles shrink, the select should shrink with it. Instead, they hit their 180px min-width and the content is cut off.
related https://github.com/angular/material2/issues/7627#issuecomment-336448043
@mmalerba suggests setting a fixed width on mat-form-field itself, which won't work on any kind of fluid layout..
Since #7083, selects in form fields do not properly adjust their widths when used within grid tiles. When the grid tiles shrink, the select should shrink with it. Instead, they hit their 180px min-width and the content is cut off.