Set a minimum height for scaffolder task log stream
Signed-off-by: Stephen Glass <stephen@stephen.glass>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Fix scaffolder task log stream not having a minimum height
|
||||
@@ -21,6 +21,7 @@ const useStyles = makeStyles({
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
position: 'relative',
|
||||
minHeight: 240,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user