From 85a27593e8e3a86723615c7511c4aa3499f9d736 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 29 Jan 2018 23:09:53 -0800 Subject: [PATCH] Fix sidebar spacing, this needs a crazy refactor soon --- app/components/Sidebar/components/Collections.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/Sidebar/components/Collections.js b/app/components/Sidebar/components/Collections.js index fc2a09658..4dfd25c75 100644 --- a/app/components/Sidebar/components/Collections.js +++ b/app/components/Sidebar/components/Collections.js @@ -254,6 +254,7 @@ const StyledDropToImport = styled(DropToImport)` const CollectionChildren = styled(Flex)` margin-top: -4px; margin-left: 36px; + padding-bottom: 4px; `; const DocumentChildren = styled(Flex)`