File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
app/code/Magento/PageBuilder/view/adminhtml
web/css/source/content-type/block Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 130
130
<listens >
131
131
<link name =" pagebuilder_block_select_grid.pagebuilder_block_select_grid.columns.ids:lastSelected" >closeModal</link >
132
132
</listens >
133
+ <modalClass >pagebuilder-block-modal</modalClass >
133
134
<options >
134
135
<option name =" title" xsi : type =" string" translate =" true" >Select Block</option >
135
- <option name =" buttons" xsi : type =" array" >
136
- <item name =" 0" xsi : type =" array" >
137
- <item name =" text" xsi : type =" string" translate =" true" >Cancel</item >
138
- <item name =" actions" xsi : type =" array" >
139
- <item name =" 0" xsi : type =" string" >closeModal</item >
140
- </item >
141
- </item >
142
- </option >
143
136
</options >
144
137
</settings >
145
138
<insertListing name =" pagebuilder_block_select_grid" sortOrder =" 10" >
Original file line number Diff line number Diff line change 70
70
}
71
71
}
72
72
}
73
+
74
+ .pagebuilder-block-modal {
75
+ margin-top : 15px ;
76
+ }
You can’t perform that action at this time.
0 commit comments