bugfix: margin-bottom not set correctly

This commit is contained in:
Michael Shanks 2020-06-25 17:24:31 +01:00
parent 1cfa4d4b22
commit fc1a81083d
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ export const margin = [
},
{
label: "Bottom",
key: "padding-bottom",
key: "margin-bottom",
control: OptionSelect,
options: [
{ label: "None", value: "0px" },