feat: pipeline-task details
This commit is contained in:
@@ -60,12 +60,12 @@ export const ProjectDetail: FC<Props> = ({ project, children }) => {
|
||||
alignItems="stretch"
|
||||
className={classes.root}
|
||||
>
|
||||
<Grid item xs={3} style={{ height: "100%", display: "flex" }}>
|
||||
<Grid item lg={1} style={{ height: "100%", display: "flex" }}>
|
||||
<Paper className={classes.pipelineListContainer}>
|
||||
<PipelineList projectId={project.id} />
|
||||
</Paper>
|
||||
</Grid>
|
||||
<Grid item xs={9} style={{ height: "100%", display: "flex", overflowY: 'auto' }}>
|
||||
<Grid item xs={10} lg={11} style={{ height: "100%", display: "flex", overflowY: 'auto' }}>
|
||||
{children}
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
Reference in New Issue
Block a user