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

fix: align projectId in project overview (#632)

This commit is contained in:
Youssef Khedher 2022-01-26 13:56:15 +01:00 committed by GitHub
parent 6b632c83bf
commit 27700007c0

View File

@ -25,6 +25,7 @@ export const useStyles = makeStyles(theme => ({
idContainer: {
display: 'flex',
width: '100%',
textAlign: 'left',
},
percentageContainer: {
display: 'flex',