Skip to content

Commit

Permalink
probleme ds le composant avec des string longues
Browse files Browse the repository at this point in the history
  • Loading branch information
bturcotte committed Nov 29, 2024
1 parent 072a165 commit 4c08d56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/BaseLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ const BaseLayout = ({ match }) => {
flexDirection: 'column',
},
},
MuiTypography: {
root: {
whiteSpace: 'pre-wrap',
},
},
},
palette: {
primary: {
Expand Down

0 comments on commit 4c08d56

Please sign in to comment.