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 }) => ({