Skip to content

Commit

Permalink
fix issue storybookjs#29122 [Bug]: Brand image css class conflict cau…
Browse files Browse the repository at this point in the history
…ses image to resize on hot reloads
  • Loading branch information
shreysinha25 committed Sep 15, 2024
1 parent acd2b70 commit 0002066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/core/src/manager/components/sidebar/Brand.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const StorybookLogoStyled = styled(StorybookLogo)(({ theme }) => ({

export const Img = styled.img({
display: 'block',
maxWidth: '150px',
maxWidth: '150px !important',
maxHeight: '100px',
});

Expand Down

0 comments on commit 0002066

Please sign in to comment.