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:
parent
248d859b80
commit
72fd087fbf
@ -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 }) => ({
|
||||
|
Loading…
Reference in New Issue
Block a user