From 4b925d63fdaa7ddd288fec18267ccdf6bd35be21 Mon Sep 17 00:00:00 2001
From: Alexandru Munteanu <alexandru.munt@gmail.com>
Date: Mon, 12 Mar 2018 16:21:41 +0200
Subject: [PATCH] hotfix margin

---
 packages/component-wizard/src/components/WizardStep.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/component-wizard/src/components/WizardStep.js b/packages/component-wizard/src/components/WizardStep.js
index 1ed0620d9..869bbd53c 100644
--- a/packages/component-wizard/src/components/WizardStep.js
+++ b/packages/component-wizard/src/components/WizardStep.js
@@ -122,7 +122,7 @@ const ButtonContainer = styled.div`
   align-self: center;
   display: flex;
   justify-content: space-around;
-  margin: calc(th('gridUnit')) 0;
+  margin: calc(${th('gridUnit')}) 0;
   width: ${({ width }) => width || '400px'};
 `
 
-- 
GitLab