Skip to content

Commit 00eb0b4

Browse files
committed
MAGETWO-92321: [Tech Debt] Cleanup master format for text
- Removed uneeded class
1 parent c4de2c6 commit 00eb0b4

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/template/content-type/text/default

1 file changed

+1
-1
lines changed

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

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

88
<div class="pagebuilder-content-type pagebuilder-text" event="{ mouseover: onMouseOver, mouseout: onMouseOut }, mouseoverBubble: false">
99
<div class="pagebuilder-text" if="data.main.html()" attr="data.main.attributes" ko-style="data.main.style" css="data.main.css" html="data.main.html"></div>
10-
<div class="placeholder-text" ifnot="data.main.html()" attr="data.main.attributes" ko-style="data.main.style" css="data.main.css" translate="'Text'"></div>
10+
<div ifnot="data.main.html()" attr="data.main.attributes" ko-style="data.main.style" css="data.main.css" translate="'Text'"></div>
1111
<render args="getOptions().template" />
1212
</div>

0 commit comments

Comments
 (0)