Skip to content

Commit 1c939e0

Browse files
committed
#559: User Sees No Predefined Gutters
- Removing Default Margin/Padding for Divider
1 parent b3ab9df commit 1c939e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/ui_component/pagebuilder_divider_form.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<field name="margins_and_padding">
139139
<argument name="data" xsi:type="array">
140140
<item name="config" xsi:type="array">
141-
<item name="default" xsi:type="string">{"margin":{"bottom":"0","left":"0","right":"0","top":"0"},"padding":{"bottom":"10","left":"10","right":"10","top":"10"}}</item>
141+
<item name="default" xsi:type="null" />
142142
</item>
143143
</argument>
144144
</field>

0 commit comments

Comments
 (0)