Adjust spacing

This commit is contained in:
Eric Bailey
2024-09-04 11:12:41 -05:00
parent b7017c0b7b
commit 2967279547
+8 -6
View File
@@ -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>
) : ( ) : (