We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 148fa0f + ab7139e commit a19f8adCopy full SHA for a19f8ad
code/core/src/manager/components/sidebar/Brand.tsx
@@ -12,7 +12,7 @@ export const StorybookLogoStyled = styled(StorybookLogo)(({ theme }) => ({
12
13
export const Img = styled.img({
14
display: 'block',
15
- maxWidth: '150px',
+ maxWidth: '150px !important',
16
maxHeight: '100px',
17
});
18
0 commit comments