Skip to content

Commit 8fb0e47

Browse files
committed
#636: Responsive breakpoint switcher - fixed failed static test on html binding suffix
1 parent a81d13c commit 8fb0e47

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/template/content-type/image/full-width

1 file changed

+1
-2
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/template/content-type/image/full-width/preview.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
// phpcs:disable Magento2.Html.HtmlBinding
76
-->
8-
7+
<!-- phpcs:disable Magento2.Html.HtmlBinding -->
98
<div class="pagebuilder-content-type pagebuilder-image type-nested" event="{ mouseover: onMouseOver, mouseout: onMouseOut }, mouseoverBubble: false">
109
<render args="getOptions().template" />
1110
<figure attr="data.main.attributes" ko-style="Object.assign({}, data.main.style(), !data.desktop_image.attributes().src ? {} : {borderStyle: 'none'})" css="data.main.css">

0 commit comments

Comments
 (0)