Skip to content

Commit bda22dd

Browse files
committed
Merge remote-tracking branch 'origin/MC-1416' into MC-1416
2 parents 5a90a50 + 13efec5 commit bda22dd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_inline-wysiwyg.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// _____________________________________________
99

1010
.inline-wysiwyg {
11+
.magento-placeholder {
12+
height: auto;
13+
min-height: 20px;
14+
}
1115
&.mce-edit-focus {
1216
outline: none;
1317
}

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/types/wysiwyg.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ declare var WysiwygSetupInterface: {
2424
new (id: string, config: object): WysiwygSetupInterface;
2525
};
2626

27-
declare var WysiwygInstance: {
27+
declare var WysiwygInstanceInterface: {
2828
prototype: WysiwygInstanceInterface;
2929
new (id: string, config: object): WysiwygInstanceInterface
3030
};

0 commit comments

Comments
 (0)