Skip to content

Commit 57d7192

Browse files
committed
MAGETWO-92697: Add vertical alignment to column configuration
- let main element override data in container
1 parent 6d6ddf4 commit 57d7192

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/template/content-type/column/full-height/master.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<div class="pagebuilder-column"
99
attr="data.main.attributes"
10-
ko-style="Object.assign(data.main.style(), data.container.style())"
10+
ko-style="Object.assign(data.container.style(), data.main.style())"
1111
css="data.main.css">
1212
<render args="renderChildTemplate"/>
1313
</div>

0 commit comments

Comments
 (0)