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:
parent
a991cf4eff
commit
e2354dcceb
@ -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<{
|
||||
|
Loading…
Reference in New Issue
Block a user