Fix logs height (#19604)
* fix: fix pod log height Signed-off-by: Matthew Clarke <mclarke@spotify.com> * chore: changeset Signed-off-by: Matthew Clarke <mclarke@spotify.com> --------- Signed-off-by: Matthew Clarke <mclarke@spotify.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes': patch
|
||||
---
|
||||
|
||||
fix logs dialog min height
|
||||
+1
-1
@@ -64,7 +64,7 @@ export const PodLogs: React.FC<PodLogsProps> = ({
|
||||
)}
|
||||
<Paper
|
||||
elevation={1}
|
||||
style={{ height: '100%', width: '100%', minHeight: '15rem' }}
|
||||
style={{ height: '100%', width: '100%', minHeight: '55rem' }}
|
||||
>
|
||||
{loading && <Skeleton variant="rect" width="100%" height="100%" />}
|
||||
{!loading &&
|
||||
|
||||
Reference in New Issue
Block a user