@elementor/editor-controls 3.33.0-289 → 3.33.0-291
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
- package/src/components/repeater/repeater-popover.tsx +1 -1
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: {
|
|
1756
|
+
sx: { marginBlockStart: 0.5, width, overflow: "visible" }
|
|
1757
1757
|
}
|
|
1758
1758
|
},
|
|
1759
1759
|
...props
|