Skip to content

Commit c4ad73c

Browse files
authored
Merge pull request #24726 from black-arm/ui-brand-size
UI: Logo fixed value
2 parents 69ad2ce + 87a8c46 commit c4ad73c

File tree

1 file changed

+2
-3
lines changed
  • code/ui/manager/src/components/sidebar

1 file changed

+2
-3
lines changed

code/ui/manager/src/components/sidebar/Brand.tsx

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ export const StorybookLogoStyled = styled(StorybookLogo)(({ theme }) => ({
1111
}));
1212

1313
export const Img = styled.img({
14-
width: 'auto',
15-
height: 'auto',
1614
display: 'block',
17-
maxWidth: '100%',
15+
maxWidth: '150px',
16+
maxHeight: '100px',
1817
});
1918

2019
export const LogoLink = styled.a(({ theme }) => ({

0 commit comments

Comments
 (0)