File tree 3 files changed +5
-2
lines changed
packages/react-native-web/src/exports
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ describe('AppRegistry', () => {
52
52
.r-display-krxsd3{display:-webkit-box;}
53
53
.r-display-xoduu5{display:inline-flex;}
54
54
.r-flex-13awgt0{flex:1;}
55
+ .r-overflow-1qsk4np{overflow-x:clip;overflow-y:clip;}
55
56
.r-overflow-1udh08x{overflow-x:hidden;overflow-y:hidden;}
56
57
[stylesheet-group="3"]{}
57
58
.r-WebkitBoxOrient-8akbws{-webkit-box-orient:vertical;}
@@ -109,6 +110,7 @@ describe('AppRegistry', () => {
109
110
.r-display-krxsd3{display:-webkit-box;}
110
111
.r-display-xoduu5{display:inline-flex;}
111
112
.r-flex-13awgt0{flex:1;}
113
+ .r-overflow-1qsk4np{overflow-x:clip;overflow-y:clip;}
112
114
.r-overflow-1udh08x{overflow-x:hidden;overflow-y:hidden;}
113
115
[stylesheet-group="3"]{}
114
116
.r-WebkitBoxOrient-8akbws{-webkit-box-orient:vertical;}
@@ -158,6 +160,7 @@ describe('AppRegistry', () => {
158
160
.r-display-krxsd3{display:-webkit-box;}
159
161
.r-display-xoduu5{display:inline-flex;}
160
162
.r-flex-13awgt0{flex:1;}
163
+ .r-overflow-1qsk4np{overflow-x:clip;overflow-y:clip;}
161
164
.r-overflow-1udh08x{overflow-x:hidden;overflow-y:hidden;}
162
165
[stylesheet-group="3"]{}
163
166
.r-WebkitBoxOrient-8akbws{-webkit-box-orient:vertical;}
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ exports[`components/Text prop "nativeID" value is set 1`] = `
150
150
151
151
exports [` components/Text prop "numberOfLines" value is set 1` ] = `
152
152
<div
153
- class = " css-text-146c3p1 r-WebkitBoxOrient-8akbws r-display-krxsd3 r-maxWidth-dnmrzs r-overflow-1udh08x r-textOverflow-1udbk01"
153
+ class = " css-text-146c3p1 r-WebkitBoxOrient-8akbws r-display-krxsd3 r-maxWidth-dnmrzs r-overflow-1qsk4np r-textOverflow-1udbk01"
154
154
dir = " auto"
155
155
/>
156
156
` ;
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ const styles = StyleSheet.create({
223
223
textMultiLine : {
224
224
display : '-webkit-box' ,
225
225
maxWidth : '100%' ,
226
- overflow : 'hidden ' ,
226
+ overflow : 'clip ' ,
227
227
textOverflow : 'ellipsis' ,
228
228
WebkitBoxOrient : 'vertical'
229
229
} ,
You can’t perform that action at this time.
0 commit comments