diff --git a/frontend/src/component/feature/FeatureView/Collaborators.tsx b/frontend/src/component/feature/FeatureView/Collaborators.tsx index a936cd55e3..62cb522ace 100644 --- a/frontend/src/component/feature/FeatureView/Collaborators.tsx +++ b/frontend/src/component/feature/FeatureView/Collaborators.tsx @@ -64,6 +64,7 @@ const Container = styled('article')(({ theme }) => ({ [theme.breakpoints.down('xl')]: { display: 'none', }, + fontSize: theme.typography.body2.fontSize, flex: 1, }));