Skip to content

Commit 0b2038b

Browse files
committed
PB-108; add content type attributes to column-line. Styling fix for when url link tinymce popup opens within page builder
1 parent 302ef0d commit 0b2038b

File tree

2 files changed

+6
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web

2 files changed

+6
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/slide/_default.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
max-width: 540px;
2525
}
2626

27+
.tox .tox-dialog-wrap {
28+
bottom: auto;
29+
}
30+
2731
.pagebuilder-slide-button {
2832
-moz-transition: all 500ms ease;
2933
-o-transition: all 500ms ease;

app/code/Magento/PageBuilder/view/adminhtml/web/template/content-type/column-line/default/preview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
*/
66
-->
77

8-
<div class="pagebuilder-column-line">
8+
<div class="pagebuilder-column-line"
9+
attr="data.main.attributes">
910
<div class="column-drop-placeholder"
1011
afterRender="function (element) { bindColumnLineDropPlaceholder.call($data, element); }">
1112

0 commit comments

Comments
 (0)