1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12:00

bugfix: margin-bottom not set correctly

This commit is contained in:
Michael Shanks 2020-06-25 17:24:31 +01:00
parent 3dfcf56a14
commit 3eedff15a6

View file

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