Skip to content

Commit

Permalink
fix: spacing between lifecycle metrics and env/period selector (#8433)
Browse files Browse the repository at this point in the history
This PR fixes a spacing issues between the lifecycle metrics and the
environment/period selector. They're now grouped better by proximity.
  • Loading branch information
thomasheartman authored Oct 11, 2024
1 parent a991cf4 commit e2354dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<{
Expand Down

0 comments on commit e2354dc

Please sign in to comment.