mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-17 01:17:29 +02: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',
|
justifyContent: 'space-between',
|
||||||
flexFlow: 'row wrap',
|
flexFlow: 'row wrap',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
gap: theme.spacing(1),
|
gap: theme.spacing(4),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
export const PlaceholderFlagMetricsChartWithWrapper: React.FC<{
|
export const PlaceholderFlagMetricsChartWithWrapper: React.FC<{
|
||||||
|
Loading…
Reference in New Issue
Block a user