From 2e2a6a0fb103b18e40dfb5a302b11cbe4e00878c Mon Sep 17 00:00:00 2001 From: irmerk Date: Mon, 24 Jun 2019 08:53:06 -0400 Subject: [PATCH] fix(TemplateLibrary): remove margins for imports - I62 Signed-off-by: irmerk --- src/TemplateLibrary/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/TemplateLibrary/index.js b/src/TemplateLibrary/index.js index 29eac437..3c6d80bb 100644 --- a/src/TemplateLibrary/index.js +++ b/src/TemplateLibrary/index.js @@ -15,7 +15,6 @@ import { ImportComponent, UploadComponent, NewClauseComponent } from './Buttons' const TemplatesWrapper = styled.div` font-family: 'IBM Plex Sans', sans-serif; position: relative; - margin: 16px 16px; max-width: 355px; display: grid;