Move collection-panel-files to collection-panel
[arvados-workbench2.git] / src / components / file-tree / file-tree-item.tsx
index bbea4434354989a8243bfdc9db720897fc7930d0..3a80e0f81968b4dd7e761af588f955de793a4731 100644 (file)
@@ -26,7 +26,8 @@ const fileTreeItemStyle: StyleRulesCallback<CssRules> = theme => ({
     },
     button: {
         width: theme.spacing.unit * 3,
-        height: theme.spacing.unit * 3
+        height: theme.spacing.unit * 3,
+        marginRight: theme.spacing.unit
     }
 });