Skip to content

Commit

Permalink
fixed the user description going out of the boundaries (#2709)
Browse files Browse the repository at this point in the history
* fixed the user description going out of the boundaries

* removed typo
  • Loading branch information
markgol777 authored Nov 22, 2024
1 parent a3a7f1a commit 3b4553b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export const styles = {
mb: 1
},
description: {
typography: { xs: 'body2', md: 'button' }
typography: { xs: 'body2', md: 'button' },
overflowWrap: 'break-word'
}
},
doneIcon: {
Expand Down

0 comments on commit 3b4553b

Please sign in to comment.