Skip to content

Commit f643cb6

Browse files
MC-3735: Allow inline WYSIWYG editing of slides
1 parent ad166a2 commit f643cb6

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/slide

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
justify-content: center;
1818
transition: background-color 500ms ease;
1919

20-
.inline-wysiwyg-textarea, .wysiwyg-container {
20+
.inline-wysiwyg-textarea,
21+
.wysiwyg-container {
2122
text-align: center;
2223
width: 100%;
2324
}

0 commit comments

Comments
 (0)