Merge pull request #30951 from stephenglass/fix/scaffolder-task-log-stream-min-height
fix(scaffolder-react): set minimum height for scaffolder task log stream
This commit is contained in:
@@ -21,6 +21,7 @@ const useStyles = makeStyles({
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
position: 'relative',
|
||||
minHeight: 240,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user