mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:31:27 +08:00
UI: Fix display of sidebar logo
This commit is contained in:
parent
747fc18746
commit
b1ed6cd8da
@ -22,8 +22,8 @@ const BrandArea = styled.div(({ theme }) => ({
|
|||||||
'& > *': {
|
'& > *': {
|
||||||
maxWidth: '100%',
|
maxWidth: '100%',
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
width: 'auto',
|
|
||||||
display: 'block',
|
display: 'block',
|
||||||
|
flex: '1 1 auto',
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user