bugfix: margin-bottom not set correctly
This commit is contained in:
parent
1cfa4d4b22
commit
fc1a81083d
|
@ -123,7 +123,7 @@ export const margin = [
|
|||
},
|
||||
{
|
||||
label: "Bottom",
|
||||
key: "padding-bottom",
|
||||
key: "margin-bottom",
|
||||
control: OptionSelect,
|
||||
options: [
|
||||
{ label: "None", value: "0px" },
|
||||
|
|
Loading…
Reference in New Issue