Skip to content

Commit

Permalink
fix long names spilling outside container on profile page (#2809)
Browse files Browse the repository at this point in the history
  • Loading branch information
luiqor authored Nov 22, 2024
1 parent 52eb427 commit ceaa991
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit ceaa991

Please sign in to comment.