1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-18 00:19:49 +01:00

Merge branch 'master' into fix/clone-toggle-crash

This commit is contained in:
Youssef Khedher 2021-10-22 09:48:19 +01:00 committed by GitHub
commit cb0735a7a3

View File

@ -48,8 +48,8 @@ const FeatureEnvironmentMetrics = ({
};
} else {
primaryStyles = {
width: '120px',
height: '120px',
width: '90px',
height: '90px',
};
}
}