Cleanup, document menu

This commit is contained in:
Tom Moor
2017-09-04 14:23:08 -07:00
parent 98eed483c4
commit e72d33e4ec
6 changed files with 31 additions and 41 deletions

View File

@ -36,7 +36,6 @@ const Collaborators = function({ document }: { document: Document }) {
const Avatars = styled(Flex)`
flex-direction: row-reverse;
margin-right: 10px;
height: 26px;
`;