Skip to content

Commit

Permalink
Multiline Text though clipped can be scrolled into view
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Sep 25, 2023
1 parent a3ea2a0 commit 9224e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-web/src/exports/Text/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const styles = StyleSheet.create({
textMultiLine: {
display: '-webkit-box',
maxWidth: '100%',
overflow: 'hidden',
overflow: 'clip',
textOverflow: 'ellipsis',
WebkitBoxOrient: 'vertical'
},
Expand Down

0 comments on commit 9224e34

Please sign in to comment.