bugfix: margin-bottom not set correctly
This commit is contained in:
parent
1cfa4d4b22
commit
fc1a81083d
|
@ -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" },
|
||||||
|
|
Loading…
Reference in New Issue