fix: accordion details design for job stage failure (#3014)

* fix the design of accordion details on job stage failure

* add changeset
This commit is contained in:
Abhishek Jakhar
2020-10-21 14:32:33 +05:30
committed by GitHub
parent 1611c6dbc2
commit c5ef12926b
2 changed files with 8 additions and 1 deletions
@@ -125,7 +125,9 @@ export const JobStage = ({ endedAt, startedAt, name, log, status }: Props) => {
</AccordionSummary>
<AccordionDetails className={classes.accordionDetails}>
{log.length === 0 ? (
<Box px={4}>No logs available for this step</Box>
<Box px={9} pb={2} width="100%">
No logs available for this step
</Box>
) : (
<Suspense fallback={<LinearProgress />}>
<div style={{ height: '20vh', width: '100%' }}>