1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

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

View file

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