Disable margin globally
We don't support margin in the renderer. [MAILPOET-6280]
This commit is contained in:
committed by
Pavel Dohnal
parent
df350427ed
commit
b83ecbbe70
@ -23,7 +23,7 @@
|
|||||||
"units": ["px"],
|
"units": ["px"],
|
||||||
"blockGap": false,
|
"blockGap": false,
|
||||||
"padding": true,
|
"padding": true,
|
||||||
"margin": true,
|
"margin": false,
|
||||||
"spacingSizes": [
|
"spacingSizes": [
|
||||||
{
|
{
|
||||||
"name": "1",
|
"name": "1",
|
||||||
|
Reference in New Issue
Block a user