Fix file size info alignment
[arvados-workbench2.git] / src / components / collection-panel-files / collection-panel-files.tsx
index 27354db18a91187f73b501f932aa6a271fc40c00..cdca7e8ebebb9131a2043bfbf67d2cfb45ea87f8 100644 (file)
@@ -27,7 +27,7 @@ const styles: StyleRulesCallback<CssRules> = theme => ({
         marginLeft: '75px'
     },
     fileSizeHeader: {
-        marginRight: '50px'
+        marginRight: '65px'
     }
 });