Skip to content

Commit

Permalink
Merge pull request #29129 from ShreySinha02/issue-29122
Browse files Browse the repository at this point in the history
UI: Brand image css class conflict causes image to resize on hot reloads
  • Loading branch information
ndelangen authored Oct 1, 2024
2 parents 148fa0f + ab7139e commit a19f8ad
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 a19f8ad

Please sign in to comment.