@elementor/editor-controls 3.33.0-289 → 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.js CHANGED
@@ -1753,7 +1753,7 @@ var RepeaterPopover = ({ children, width, ...props }) => {
1753
1753
  anchorOrigin: { vertical: "bottom", horizontal: "left" },
1754
1754
  slotProps: {
1755
1755
  paper: {
1756
- sx: { mt: 0.5, width }
1756
+ sx: { marginBlockStart: 0.5, width, overflow: "visible" }
1757
1757
  }
1758
1758
  },
1759
1759
  ...props