From 27700007c08e3cff73fa91de028536f9a595261a Mon Sep 17 00:00:00 2001 From: Youssef Khedher Date: Wed, 26 Jan 2022 13:56:15 +0100 Subject: [PATCH] fix: align projectId in project overview (#632) --- .../component/project/Project/ProjectInfo/ProjectInfo.styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/component/project/Project/ProjectInfo/ProjectInfo.styles.ts b/frontend/src/component/project/Project/ProjectInfo/ProjectInfo.styles.ts index 02d6c2291e..bddcd25af5 100644 --- a/frontend/src/component/project/Project/ProjectInfo/ProjectInfo.styles.ts +++ b/frontend/src/component/project/Project/ProjectInfo/ProjectInfo.styles.ts @@ -25,6 +25,7 @@ export const useStyles = makeStyles(theme => ({ idContainer: { display: 'flex', width: '100%', + textAlign: 'left', }, percentageContainer: { display: 'flex',