File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ exports[`Story Snapshots: ChipFullWidth should match snapshot 1`] = `
6969 style = {
7070 [
7171 {
72+ " flexShrink" : 1 ,
7273 " marginRight" : 8 ,
7374 " maxWidth" : 110 ,
7475 },
@@ -227,6 +228,7 @@ exports[`Story Snapshots: ChipText should match snapshot 1`] = `
227228 style = {
228229 [
229230 {
231+ " flexShrink" : 1 ,
230232 " marginRight" : 8 ,
231233 " maxWidth" : 110 ,
232234 },
@@ -409,6 +411,7 @@ exports[`Story Snapshots: ChipWithShortText should match snapshot 1`] = `
409411 style = {
410412 [
411413 {
414+ " flexShrink" : 1 ,
412415 " marginRight" : 8 ,
413416 " maxWidth" : 110 ,
414417 },
@@ -536,6 +539,7 @@ exports[`Story Snapshots: ChipWithoutAvatar should match snapshot 1`] = `
536539 style = {
537540 [
538541 {
542+ " flexShrink" : 1 ,
539543 " marginRight" : 8 ,
540544 " maxWidth" : 110 ,
541545 },
@@ -663,6 +667,7 @@ exports[`Story Snapshots: ChipWithoutAvatarAndIcon should match snapshot 1`] = `
663667 style = {
664668 [
665669 {
670+ " flexShrink" : 1 ,
666671 " marginRight" : 8 ,
667672 " maxWidth" : 110 ,
668673 },
@@ -819,6 +824,7 @@ exports[`Story Snapshots: ChipWithoutIcon should match snapshot 1`] = `
819824 style = {
820825 [
821826 {
827+ " flexShrink" : 1 ,
822828 " marginRight" : 8 ,
823829 " maxWidth" : 110 ,
824830 },
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ const styles = StyleSheet.create({
2323 marginVertical : 8
2424 } ,
2525 textContainer : {
26+ flexShrink : 1 ,
2627 marginRight : 8 ,
2728 maxWidth : 110
2829 } ,
You can’t perform that action at this time.
0 commit comments