mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-04 11:17:02 +02:00
fix: adjust the height of the flag section
This commit adjusts the height of the flag section in the personal dashboard, so that the chart doesn't cause scrolling on the widest version.
This commit is contained in:
parent
74370468d1
commit
12d0bb5ced
@ -49,7 +49,7 @@ export const ProjectGrid = styled(ContentGrid)(
|
||||
export const FlagGrid = styled(ContentGrid)(
|
||||
onWideContainer({
|
||||
gridTemplateColumns: '1fr 1fr 1fr',
|
||||
gridTemplateRows: '450px',
|
||||
gridTemplateRows: '480px',
|
||||
display: 'grid',
|
||||
gridTemplateAreas: `
|
||||
"flags chart chart"
|
||||
|
Loading…
Reference in New Issue
Block a user