File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
package/src/components/Thread/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -475,9 +475,12 @@ exports[`Thread should match thread snapshot 1`] = `
475475 }
476476 >
477477 <Text
478- numberOfLines = { 5 }
479478 style = {
480479 {
480+ " alignItems" : " flex-start" ,
481+ " flexDirection" : " row" ,
482+ " flexWrap" : " wrap" ,
483+ " justifyContent" : " flex-start" ,
481484 " marginBottom" : 8 ,
482485 " marginTop" : 8 ,
483486 }
@@ -823,9 +826,12 @@ exports[`Thread should match thread snapshot 1`] = `
823826 }
824827 >
825828 <Text
826- numberOfLines = { 5 }
827829 style = {
828830 {
831+ " alignItems" : " flex-start" ,
832+ " flexDirection" : " row" ,
833+ " flexWrap" : " wrap" ,
834+ " justifyContent" : " flex-start" ,
829835 " marginBottom" : 8 ,
830836 " marginTop" : 8 ,
831837 }
@@ -1171,9 +1177,12 @@ exports[`Thread should match thread snapshot 1`] = `
11711177 }
11721178 >
11731179 <Text
1174- numberOfLines = { 5 }
11751180 style = {
11761181 {
1182+ " alignItems" : " flex-start" ,
1183+ " flexDirection" : " row" ,
1184+ " flexWrap" : " wrap" ,
1185+ " justifyContent" : " flex-start" ,
11771186 " marginBottom" : 8 ,
11781187 " marginTop" : 8 ,
11791188 }
@@ -1553,9 +1562,12 @@ exports[`Thread should match thread snapshot 1`] = `
15531562 }
15541563 >
15551564 <Text
1556- numberOfLines = { 5 }
15571565 style = {
15581566 {
1567+ " alignItems" : " flex-start" ,
1568+ " flexDirection" : " row" ,
1569+ " flexWrap" : " wrap" ,
1570+ " justifyContent" : " flex-start" ,
15591571 " marginBottom" : 8 ,
15601572 " marginTop" : 8 ,
15611573 }
You can’t perform that action at this time.
0 commit comments