1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +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",
key: "padding-bottom",
key: "margin-bottom",
control: OptionSelect,
options: [
{ label: "None", value: "0px" },