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