diff options
Diffstat (limited to 'src/components/StarterPack/Wizard/WizardListCard.tsx')
-rw-r--r-- | src/components/StarterPack/Wizard/WizardListCard.tsx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/components/StarterPack/Wizard/WizardListCard.tsx b/src/components/StarterPack/Wizard/WizardListCard.tsx index aa1b2cf9b..55cf0f02b 100644 --- a/src/components/StarterPack/Wizard/WizardListCard.tsx +++ b/src/components/StarterPack/Wizard/WizardListCard.tsx @@ -78,7 +78,13 @@ function WizardListCard({ /> <View style={[a.flex_1, a.gap_2xs]}> <Text - style={[a.flex_1, a.font_bold, a.text_md, a.leading_tight]} + style={[ + a.flex_1, + a.font_bold, + a.text_md, + a.leading_tight, + a.self_start, + ]} numberOfLines={1}> {displayName} </Text> |