diff --git a/public/apps/configuration/panels/get-started.tsx b/public/apps/configuration/panels/get-started.tsx index e00e433722..8c221cc975 100644 --- a/public/apps/configuration/panels/get-started.tsx +++ b/public/apps/configuration/panels/get-started.tsx @@ -189,6 +189,7 @@ export function GetStarted(props: AppDependencies) { size="xl" alt="Three steps to set up your security" url={securityStepsDiagram} + style={{ maxWidth: '100%', height: 'auto', width: 'auto' }} /> )} diff --git a/public/apps/configuration/panels/test/__snapshots__/get-started.test.tsx.snap b/public/apps/configuration/panels/test/__snapshots__/get-started.test.tsx.snap index df32d3d4da..9e034c0ebe 100644 --- a/public/apps/configuration/panels/test/__snapshots__/get-started.test.tsx.snap +++ b/public/apps/configuration/panels/test/__snapshots__/get-started.test.tsx.snap @@ -239,6 +239,13 @@ exports[`Get started (landing page) renders when backend configuration is enable