UI Improvements
[arvados-workbench2.git] / src / views-components / data-explorer / renderers.tsx
index ce4d430fd18597a0c4af04925eb31fa9a636dd77..bb3f4e10ed1ab5b2b7fe5c305befa9bf920735c5 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>