diff --git a/frontend/src/component/project/Project/Project.styles.ts b/frontend/src/component/project/Project/Project.styles.ts index 95265cd284..fc5bc927fa 100644 --- a/frontend/src/component/project/Project/Project.styles.ts +++ b/frontend/src/component/project/Project/Project.styles.ts @@ -59,6 +59,7 @@ export const StyledProjectTitle = styled('h1')(({ theme }) => ({ alignItems: 'center', gap: theme.spacing(2), overflow: 'hidden', + lineHeight: 1.5, })); export const StyledSeparator = styled('div')(({ theme }) => ({