Skip to content

Commit ec0716f

Browse files
author
Nina Benite
committed
fix auto-resize of Popover dependent to TextInput
1 parent 3d17ffb commit ec0716f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/@next/Combobox/Combobox.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const MultiSelectTemplate: Story<ComboboxProps> = args => {
100100
}, [isSearchEmpty, options]);
101101

102102
return (
103-
<div style={{ width: '500px' }}>
103+
<div style={{ maxWidth: '500px' }}>
104104
<Combobox.Label>Label</Combobox.Label>
105105
<Combobox
106106
{...args}

0 commit comments

Comments
 (0)