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"],
|
||||
"blockGap": false,
|
||||
"padding": true,
|
||||
"margin": true,
|
||||
"margin": false,
|
||||
"spacingSizes": [
|
||||
{
|
||||
"name": "1",
|
||||
|
Reference in New Issue
Block a user