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 e25e91e commit 9f71d4eCopy full SHA for 9f71d4e
packages/react-native-web/src/exports/Text/index.js
@@ -184,7 +184,8 @@ const classes = css.create({
184
maxWidth: '100%',
185
overflow: 'hidden',
186
textOverflow: 'ellipsis',
187
- whiteSpace: 'pre'
+ whiteSpace: 'pre',
188
+ wordWrap: 'normal'
189
},
190
// See #13
191
textMultiLine: {
0 commit comments