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:
@@ -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%' }}>
|
||||
|
||||
Reference in New Issue
Block a user