We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b11841 commit 5b78651Copy full SHA for 5b78651
packages/main/src/components/Text/Text.jss.ts
@@ -10,7 +10,8 @@ export const TextStyles = ({ parameters }: JSSTheme) => ({
10
display: 'inline-block',
11
boxSizing: 'border-box',
12
whiteSpace: 'pre-line',
13
- wordWrap: 'break-word'
+ wordWrap: 'break-word',
14
+ maxWidth: '100%'
15
},
16
renderWhitespace: {
17
whiteSpace: 'pre-wrap'
0 commit comments