@movable/ui 2.15.4 → 2.15.5

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/lib/index.mjs CHANGED
@@ -21914,6 +21914,7 @@ const Xj = {
21914
21914
  },
21915
21915
  styleOverrides: {
21916
21916
  root: ({ theme: e }) => ({
21917
+ minWidth: 0,
21917
21918
  "& input.Mui-disabled, & textarea.Mui-disabled": {
21918
21919
  cursor: "not-allowed"
21919
21920
  },