Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions app/containers/Chip/__snapshots__/Chip.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ exports[`Story Snapshots: ChipFullWidth should match snapshot 1`] = `
style={
[
{
"flexShrink": 1,
"marginRight": 8,
"maxWidth": 110,
},
Expand Down Expand Up @@ -227,6 +228,7 @@ exports[`Story Snapshots: ChipText should match snapshot 1`] = `
style={
[
{
"flexShrink": 1,
"marginRight": 8,
"maxWidth": 110,
},
Expand Down Expand Up @@ -409,6 +411,7 @@ exports[`Story Snapshots: ChipWithShortText should match snapshot 1`] = `
style={
[
{
"flexShrink": 1,
"marginRight": 8,
"maxWidth": 110,
},
Expand Down Expand Up @@ -536,6 +539,7 @@ exports[`Story Snapshots: ChipWithoutAvatar should match snapshot 1`] = `
style={
[
{
"flexShrink": 1,
"marginRight": 8,
"maxWidth": 110,
},
Expand Down Expand Up @@ -663,6 +667,7 @@ exports[`Story Snapshots: ChipWithoutAvatarAndIcon should match snapshot 1`] = `
style={
[
{
"flexShrink": 1,
"marginRight": 8,
"maxWidth": 110,
},
Expand Down Expand Up @@ -819,6 +824,7 @@ exports[`Story Snapshots: ChipWithoutIcon should match snapshot 1`] = `
style={
[
{
"flexShrink": 1,
"marginRight": 8,
"maxWidth": 110,
},
Expand Down
1 change: 1 addition & 0 deletions app/containers/Chip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const styles = StyleSheet.create({
marginVertical: 8
},
textContainer: {
flexShrink: 1,
marginRight: 8,
maxWidth: 110
},
Expand Down
Loading