Skip to content

Commit a19f8ad

Browse files
authored
Merge pull request #29129 from ShreySinha02/issue-29122
UI: Brand image css class conflict causes image to resize on hot reloads
2 parents 148fa0f + ab7139e commit a19f8ad

File tree

1 file changed

+1
-1
lines changed
  • code/core/src/manager/components/sidebar

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const StorybookLogoStyled = styled(StorybookLogo)(({ theme }) => ({
1212

1313
export const Img = styled.img({
1414
display: 'block',
15-
maxWidth: '150px',
15+
maxWidth: '150px !important',
1616
maxHeight: '100px',
1717
});
1818

0 commit comments

Comments
 (0)