Merge branch '21449-lsf-maxruntime'
[arvados.git] / services / workbench2 / src / views-components / data-explorer / renderers.tsx
index 4ecbc7e10b23a832f327d7800d20a2552e1a1824..91b06c2b2f0a9e22d0d407422d4c2b0fc4636729 100644 (file)
@@ -903,7 +903,6 @@ const _resourceWithName = withStyles(
             <Typography
                 style={{ color: theme.palette.primary.main }}
                 inline
-                noWrap
             >
                 {uuid}
             </Typography>
@@ -914,7 +913,6 @@ const _resourceWithName = withStyles(
         <Typography
             style={{ color: theme.palette.primary.main }}
             inline
-            noWrap
         >
             {userFullname} ({uuid})
         </Typography>