angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.36k stars 6.74k forks source link

Selects do not match width of grid tiles #7783

Open andrewseguin opened 7 years ago

andrewseguin commented 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.

fxck commented 7 years ago

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..