diff --git a/web/src/features/notifications/NotificationWrapper.tsx b/web/src/features/notifications/NotificationWrapper.tsx index 1ab7358..2b36dde 100644 --- a/web/src/features/notifications/NotificationWrapper.tsx +++ b/web/src/features/notifications/NotificationWrapper.tsx @@ -41,16 +41,19 @@ const useStyles = createStyles((theme) => ({ }, title: { fontWeight: 500, + lineHeight: 'normal', }, description: { fontSize: 12, color: theme.colors.dark[2], fontFamily: 'Roboto', + lineHeight: 'normal', }, descriptionOnly: { fontSize: 14, color: theme.colors.dark[2], fontFamily: 'Roboto', + lineHeight: 'normal', }, })); @@ -168,7 +171,7 @@ const Notifications: React.FC = () => {