@aveonline/ui-react 2.27.5 → 2.27.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui-react.mjs +1 -1
- package/package.json +1 -1
package/dist/ui-react.mjs
CHANGED
|
@@ -10297,7 +10297,7 @@ function q2({
|
|
|
10297
10297
|
}),
|
|
10298
10298
|
menuList: (i) => ({
|
|
10299
10299
|
...i,
|
|
10300
|
-
minWidth:
|
|
10300
|
+
minWidth: 220,
|
|
10301
10301
|
padding: "0px",
|
|
10302
10302
|
borderRadius: "var(--border-radius-sm)",
|
|
10303
10303
|
"::-webkit-scrollbar": {
|