Browse Source

bugfix: margin-bottom not set correctly

pull/390/head
Michael Shanks 6 years ago
parent
commit
fc1a81083d
  1. 2
      packages/builder/src/components/userInterface/propertyCategories.js

2
packages/builder/src/components/userInterface/propertyCategories.js

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

Loading…
Cancel
Save