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:
Matthew Clarke
2023-08-25 10:57:14 -04:00
committed by GitHub
parent a7fa24273e
commit 6a5e04e20e
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-kubernetes': patch
---
fix logs dialog min height
+1 -1
View File
@@ -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 &&