@elementor/editor-controls 3.33.0-288 → 3.33.0-290

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/index.mjs CHANGED
@@ -1673,7 +1673,7 @@ var RepeaterPopover = ({ children, width, ...props }) => {
1673
1673
  anchorOrigin: { vertical: "bottom", horizontal: "left" },
1674
1674
  slotProps: {
1675
1675
  paper: {
1676
- sx: { mt: 0.5, width }
1676
+ sx: { marginBlockStart: 0.5, width, overflow: "visible" }
1677
1677
  }
1678
1678
  },
1679
1679
  ...props