From 3eedff15a64112aea4cd1157139b3da8cffbe2d9 Mon Sep 17 00:00:00 2001 From: Michael Shanks Date: Thu, 25 Jun 2020 17:24:31 +0100 Subject: [PATCH] bugfix: margin-bottom not set correctly --- .../builder/src/components/userInterface/propertyCategories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/builder/src/components/userInterface/propertyCategories.js b/packages/builder/src/components/userInterface/propertyCategories.js index f0228d5f04..17c163ae69 100644 --- a/packages/builder/src/components/userInterface/propertyCategories.js +++ b/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" },