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