mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-12 01:17:04 +02:00
chore: make project status fit on 1080 height (#8818)
 --------- Co-authored-by: Thomas Heartman <thomas@getunleash.io>
This commit is contained in:
parent
248d859b80
commit
72fd087fbf
@ -16,15 +16,15 @@ const ModalContentContainer = styled('section')(({ theme }) => ({
|
|||||||
backgroundColor: theme.palette.background.default,
|
backgroundColor: theme.palette.background.default,
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexFlow: 'column',
|
flexFlow: 'column',
|
||||||
gap: theme.spacing(4),
|
gap: theme.spacing(2),
|
||||||
paddingInline: theme.spacing(4),
|
paddingInline: theme.spacing(4),
|
||||||
paddingBlock: theme.spacing(10),
|
paddingBlock: theme.spacing(3.75),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
const WidgetContainer = styled('div')(({ theme }) => ({
|
const WidgetContainer = styled('div')(({ theme }) => ({
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
gap: theme.spacing(9),
|
gap: theme.spacing(4),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
const LifecycleHeaderRow = styled('div')(({ theme }) => ({
|
const LifecycleHeaderRow = styled('div')(({ theme }) => ({
|
||||||
|
Loading…
Reference in New Issue
Block a user