UI: Fix display of sidebar logo

This commit is contained in:
Kyle Gach 2020-12-01 14:45:15 -07:00 committed by GitHub
parent 747fc18746
commit b1ed6cd8da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
}, },
})); }));