diff --git a/src/containers/user-profile/profile-info/ProfileInfo.styles.js b/src/containers/user-profile/profile-info/ProfileInfo.styles.js index 02261377f..a6b3f3b9c 100644 --- a/src/containers/user-profile/profile-info/ProfileInfo.styles.js +++ b/src/containers/user-profile/profile-info/ProfileInfo.styles.js @@ -67,7 +67,10 @@ export const styles = { }, title: { typography: { xs: 'button', sm: 'h5', md: 'h4' }, - mb: 1 + mb: 1, + whiteSpace: 'normal', + wordBreak: 'break-all', + maxWidth: '95%' }, description: { typography: { xs: 'body2', md: 'button' }