diff --git a/frontend/src/Editor/CustomDragLayer.jsx b/frontend/src/Editor/CustomDragLayer.jsx index ebcd2da944..b38d1cbcc5 100644 --- a/frontend/src/Editor/CustomDragLayer.jsx +++ b/frontend/src/Editor/CustomDragLayer.jsx @@ -97,7 +97,7 @@ export const CustomDragLayer = ({ canvasWidth, onDragging }) => { } return ( -
+
1 ? [...groupedTargets] : '.widget-target' + draggedSubContainer || (groupedTargets.length < 2 && selectedComponents.length > 1) + ? '.asdadadasdadad' + : groupedTargets.length > 1 + ? [...groupedTargets] + : '.widget-target' } origin={false} individualGroupable={selectedComponents.length <= 1} diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index 6556cb0589..9d7a246cb7 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -3542,7 +3542,7 @@ export const widgets = [ componentName: 'Image', layout: { top: 60, - left: 37, + left: 17, height: 100, }, tab: 0, @@ -3555,7 +3555,7 @@ export const widgets = [ componentName: 'Text', layout: { top: 100, - left: 17, + left: 5, height: 50, width: 34, }, @@ -3570,7 +3570,7 @@ export const widgets = [ layout: { top: 0, left: 1, - width: 42, + width: 41, height: 250, }, tab: 2,