Skip to content

Commit 5a2c560

Browse files
PB-55: Row Full Width Contents Are Horizontally Positioned Incorrectly In Desktop Viewport
1 parent 2ee84f5 commit 5a2c560

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/template/content-type/row/full-width

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/template/content-type/row/full-width/preview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
event="{ mouseover: onMouseOver, mouseout: onMouseOut }, mouseoverBubble: false"
1313
afterRender="initParallax">
1414
<render args="getOptions().template"/>
15-
<div class="element-children content-type-container" each="contentType.getChildren()" ko-style="Object.assign(data.container.style(), data.inner.style())" css="getChildrenCss()" attr="{id: contentType.id + '-children'}" data-bind="sortable: getSortableOptions()" afterRender="function (element) { if (typeof afterChildrenRender === 'function') { afterChildrenRender(element); } }">
15+
<div class="element-children content-type-container" each="contentType.getChildren()" ko-style="Object.assign({}, data.container.style(), data.inner.style())" css="getChildrenCss()" attr="{id: contentType.id + '-children'}" data-bind="sortable: getSortableOptions()" afterRender="function (element) { if (typeof afterChildrenRender === 'function') { afterChildrenRender(element); } }">
1616
<if args="$parent.isContainer()">
1717
<div class="pagebuilder-drop-indicator"></div>
1818
</if>

0 commit comments

Comments
 (0)