merge conflict
[arvados-workbench2.git] / src / views / process-panel / process-information-card.tsx
index db0ee605fd7a412c1b967fddfe527270d027ed4f..f2379ed8dd697af03cd227f84d55c1a80e28e3f4 100644 (file)
@@ -94,8 +94,8 @@ export const ProcessInformationCard = withStyles(styles, { withTheme: true })(
                     </div>
                 }
                 title={
-                    <Tooltip title={process.containerRequest.name}>
-                        <Typography noWrap variant="title" color='inherit'>
+                    <Tooltip title={process.containerRequest.name} placement="bottom-start" color='inherit'>
+                        <Typography noWrap variant="title">
                            {process.containerRequest.name}
                         </Typography>
                     </Tooltip>