Merge branch 'master' into 14604-ui-improvements
[arvados-workbench2.git] / src / views-components / data-explorer / renderers.tsx
index 6905e96084083861c25d4842599039721d772c0c..be0fc793a3cb8716d879f1e8400c5acfacdd3e78 100644 (file)
@@ -33,7 +33,7 @@ const renderName = (item: { name: string; uuid: string, kind: string }) =>
             {renderIcon(item)}
         </Grid>
         <Grid item>
-            <Typography color="primary" style={{ width: '450px' }}>
+            <Typography color="primary" style={{ width: 'auto' }}>
                 {item.name}
             </Typography>
         </Grid>