File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
app/code/Magento/PageBuilder
frontend/web/css/source/content-type/block Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,9 @@ public function filterHtml(string $content): string
54
54
$ item ->parentNode ->removeChild ($ item );
55
55
}
56
56
$ xpath = new \DOMXPath ($ dom );
57
- $ htmlContentTypes = $ xpath ->query ('//*[@data-content-type="html" and not(contains(@class, "placeholder-html-code"))] ' );
57
+ $ htmlContentTypes = $ xpath ->query (
58
+ '//*[@data-content-type="html" and not(contains(@class, "placeholder-html-code"))] '
59
+ );
58
60
foreach ($ htmlContentTypes as $ htmlContentType ) {
59
61
/* @var \DOMElement $htmlContentType */
60
62
$ innerHTML = '' ;
Original file line number Diff line number Diff line change 4
4
// */
5
5
6
6
.error-border (@color ) {
7
- border : 1px solid @color ;
8
- overflow : hidden ;
7
+ border : 1px solid @color ;
8
+ overflow : hidden ;
9
9
}
10
10
11
11
[data- role= ' modal' ] {
Original file line number Diff line number Diff line change 7
7
// Default appearance styles
8
8
// _____________________________________________
9
9
10
- [data- content- type= ' block' ] {
10
+ [data- content- type$ = ' block' ] {
11
11
.block {
12
12
p :last-child {
13
13
margin-bottom : 1rem ;
You can’t perform that action at this time.
0 commit comments