Skip to content

Commit

Permalink
Merge pull request #24726 from black-arm/ui-brand-size
Browse files Browse the repository at this point in the history
UI: Logo fixed value
  • Loading branch information
cdedreuille authored Nov 7, 2023
2 parents 69ad2ce + 87a8c46 commit c4ad73c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/ui/manager/src/components/sidebar/Brand.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => ({
Expand Down

0 comments on commit c4ad73c

Please sign in to comment.