Fix sidebar spacing, this needs a crazy refactor soon

This commit is contained in:
Tom Moor 2018-01-29 23:09:53 -08:00
parent 29aba6bfe6
commit 85a27593e8
1 changed files with 1 additions and 0 deletions

View File

@ -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)`