remove padding from k8s content

Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
This commit is contained in:
Juan Pablo Garcia Ripa
2025-05-16 11:13:42 +02:00
parent 09eeb97ac0
commit 3025cf5280
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-kubernetes': patch
---
Removed the kubernetes content padding to avoid double padding on k8s entity page
+1 -1
View File
@@ -64,7 +64,7 @@ export const KubernetesContent = ({
return (
<Page themeId="tool">
<Content>
<Content noPadding>
<RequireKubernetesPermissions>
<DetectedErrorsContext.Provider
value={[...detectedErrors.values()].flat()}