mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +01:00
feat: fixed full mode navbar width (#8001)
This commit is contained in:
parent
7ad686e14e
commit
3a9b9e9e55
@ -51,6 +51,7 @@ export const StretchContainer = styled(Box)<{ mode: string }>(
|
|||||||
gap: theme.spacing(2),
|
gap: theme.spacing(2),
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
overflowAnchor: 'none',
|
overflowAnchor: 'none',
|
||||||
|
minWidth: mode === 'full' ? theme.spacing(40) : 'auto',
|
||||||
width: mode === 'full' ? theme.spacing(40) : 'auto',
|
width: mode === 'full' ? theme.spacing(40) : 'auto',
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user