Merge branch 'master'
[arvados.git] / src / components / file-tree / file-tree-item.tsx
index 3a80e0f81968b4dd7e761af588f955de793a4731..5255ded1febb95b074e72c5e73f3d19ef55d0480 100644 (file)
@@ -22,7 +22,7 @@ const fileTreeItemStyle: StyleRulesCallback<CssRules> = theme => ({
         flex: "1"
     },
     sizeInfo: {
-        marginRight: `${theme.spacing.unit * 3}px`
+        width: `${theme.spacing.unit * 8}px`
     },
     button: {
         width: theme.spacing.unit * 3,