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 7e09396 commit 79137e8Copy full SHA for 79137e8
src/components/drops/menu/dropdown.js
@@ -24,7 +24,6 @@ const Dropdown = ({
24
hasSearch,
25
searchMargin = [4],
26
gap = 0,
27
- width = "300px",
28
estimateSize = defaultEstimateSize,
29
close,
30
...rest
@@ -69,6 +68,7 @@ const Dropdown = ({
69
68
margin={[1, 0]}
70
column
71
tabindex="-1"
+ width="auto"
72
{...rest}
73
>
74
{hasSearch && (
@@ -87,7 +87,6 @@ const Dropdown = ({
87
style={{
88
height: "100%",
89
overflow: "auto",
90
- width,
91
}}
92
93
<div
0 commit comments