1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

chore: make project status fit on 1080 height (#8818)

![image](https://github.com/user-attachments/assets/a51f50fc-b0b2-4657-94f2-8d095f59898d)

---------

Co-authored-by: Thomas Heartman <thomas@getunleash.io>
This commit is contained in:
Jaanus Sellin 2024-11-21 12:10:16 +02:00 committed by GitHub
parent 248d859b80
commit 72fd087fbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,15 +16,15 @@ const ModalContentContainer = styled('section')(({ theme }) => ({
backgroundColor: theme.palette.background.default,
display: 'flex',
flexFlow: 'column',
gap: theme.spacing(4),
gap: theme.spacing(2),
paddingInline: theme.spacing(4),
paddingBlock: theme.spacing(10),
paddingBlock: theme.spacing(3.75),
}));
const WidgetContainer = styled('div')(({ theme }) => ({
display: 'flex',
flexDirection: 'column',
gap: theme.spacing(9),
gap: theme.spacing(4),
}));
const LifecycleHeaderRow = styled('div')(({ theme }) => ({