1
0
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:
Thomas Heartman 2024-10-11 09:23:52 +02:00
parent 74370468d1
commit 12d0bb5ced
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -49,7 +49,7 @@ export const ProjectGrid = styled(ContentGrid)(
export const FlagGrid = styled(ContentGrid)( export const FlagGrid = styled(ContentGrid)(
onWideContainer({ onWideContainer({
gridTemplateColumns: '1fr 1fr 1fr', gridTemplateColumns: '1fr 1fr 1fr',
gridTemplateRows: '450px', gridTemplateRows: '480px',
display: 'grid', display: 'grid',
gridTemplateAreas: ` gridTemplateAreas: `
"flags chart chart" "flags chart chart"