15672: Adds minimal subprocess data explorer (WIP)
[arvados-workbench2.git] / src / views-components / data-explorer / renderers.tsx
index 8d2713f5689012c273cb10e4f337e08965a05fa4..47ec76c892b9a25ca68e97f609ba7ce1c5122b22 100644 (file)
@@ -445,7 +445,6 @@ export const ProcessStatus = compose(
         const status = props.process ? getProcessStatus(props.process) : "-";
         return <Typography
             noWrap
-            align="center"
             style={{ color: getProcessStatusColor(status, props.theme) }} >
             {status}
         </Typography>;