Let text wrap in invite dialog (#10855)
This commit is contained in:
@@ -370,9 +370,7 @@ export function InviteLinkDialog({
|
||||
value={ownerValue}
|
||||
onPress={() => setStep(Step.GENERATE)}>
|
||||
<View style={[a.flex_1]}>
|
||||
<Text numberOfLines={1} style={[a.text_sm]}>
|
||||
{ownerValue}
|
||||
</Text>
|
||||
<Text style={[a.text_sm]}>{ownerValue}</Text>
|
||||
</View>
|
||||
</EditTextButton>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user