We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7c025 commit 330ab61Copy full SHA for 330ab61
app/code/Magento/PageBuilder/Setup/Converters/FixFullWidthRowPadding.php
@@ -53,6 +53,6 @@ public function convert($value)
53
$innerDiv = $row->querySelector(".row-full-width-inner");
54
$innerDiv->addStyle("padding", $padding);
55
}
56
- return $fullWidthRows->count() > 0 ? $document->stripHtmlWrapperTags(): $value;
+ return $fullWidthRows->count() > 0 ? $document->stripHtmlWrapperTags() : $value;
57
58
0 commit comments