Angular Material - md-autocomplete dropdown's width
问题 I'm using md-autocomplete from Angular Material: here It seems the dropdown's width goes with the input field's width. If an item's text is too long, there is ellipsis . However, I want to show full text of an item, while keeping the input field's width relatively short. That is, the dropdown's width should expand with its content. I tried inspecting the styles of md-autocomplete 's elements, but couldn't find any style that does the trick. Any idea? EDIT: Here are the style I ended up having