We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb026e commit dc6b757Copy full SHA for dc6b757
src/components/pickers/Menu/MenuButton.tsx
@@ -136,7 +136,7 @@ export function MenuButton({
136
<StyledButton {...props} mods={mods}>
137
{checkIcon ? <div data-element="ButtonIcon">{checkIcon}</div> : null}
138
{icon ? <div data-element="ButtonIcon">{icon}</div> : null}
139
- <Space gap="1x" placeContent="space-between" overflow="auto" width="100%">
+ <Space gap="1x" placeContent="space-between" overflow="clip" width="100%">
140
<Text ellipsis color="inherit">
141
{children}
142
</Text>
0 commit comments