1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-28 19:06:12 +01:00

fix: spacing between lifecycle metrics and env/period selector (#8433)

This PR fixes a spacing issues between the lifecycle metrics and the
environment/period selector. They're now grouped better by proximity.
This commit is contained in:
Thomas Heartman 2024-10-11 14:00:25 +02:00 committed by GitHub
parent a991cf4eff
commit e2354dcceb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -200,7 +200,7 @@ const ExposureAndMetricsRow = styled('div')(({ theme }) => ({
justifyContent: 'space-between',
flexFlow: 'row wrap',
width: '100%',
gap: theme.spacing(1),
gap: theme.spacing(4),
}));
export const PlaceholderFlagMetricsChartWithWrapper: React.FC<{