From 01172b6a209f40c8afc84e4e58b10bcd54d63239 Mon Sep 17 00:00:00 2001 From: Antonio Basile Date: Mon, 6 Nov 2023 10:13:19 +0100 Subject: [PATCH] ui: logo fixed value --- code/ui/manager/src/components/sidebar/Brand.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/ui/manager/src/components/sidebar/Brand.tsx b/code/ui/manager/src/components/sidebar/Brand.tsx index 4b323a7dcdc6..d73bf2b81c0d 100644 --- a/code/ui/manager/src/components/sidebar/Brand.tsx +++ b/code/ui/manager/src/components/sidebar/Brand.tsx @@ -11,10 +11,9 @@ export const StorybookLogoStyled = styled(StorybookLogo)(({ theme }) => ({ })); export const Img = styled.img({ - width: 'auto', - height: 'auto', display: 'block', - maxWidth: '100%', + maxWidth: '150px', + maxHeight: '100px', }); export const LogoLink = styled.a(({ theme }) => ({