carbon-componentscarbon-components-reactDescribe in detail the issue you're having.
The user
Is this issue related to a specific component?
Dropdown with type inline.
What did you expect to happen? What happened instead? What would you like to
That the dropdown entry point size is dynamic but not the size of the options.
see changed?
Inline dropdown's option's width has a minimum width instead of matching the width of the top.
What browser are you working in?
Chrome
What version of the Carbon Design System are you using?
Latest
What offering/product do you work on? Any pressing ship or release dates we
should be aware of?
No.
Exaggerated Sandbox example: https://codesandbox.io/s/ancient-framework-mhel3?fontsize=14&hidenavigation=1&theme=dark

@carbon-design-system/design It Seems like we should specify a min-width on the dropdown menu. Right now it is just set to width: 100% so that when you choose a small item, the entire menu is shrunk to match the field.
Here is an example if we set a max-width: 250px as a possible solution.

We could try setting a 288px max width for these.