Adjust spacing
This commit is contained in:
@@ -248,12 +248,14 @@ export function QuoteEmbed({
|
|||||||
</View>
|
</View>
|
||||||
)}
|
)}
|
||||||
{richText ? (
|
{richText ? (
|
||||||
<RichText
|
<View style={[a.flex_1, a.pt_xs]}>
|
||||||
value={richText}
|
<RichText
|
||||||
style={a.text_md}
|
value={richText}
|
||||||
numberOfLines={20}
|
style={a.text_md}
|
||||||
disableLinks
|
numberOfLines={20}
|
||||||
/>
|
disableLinks
|
||||||
|
/>
|
||||||
|
</View>
|
||||||
) : null}
|
) : null}
|
||||||
</View>
|
</View>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user