add 2px margin below post text (#9748)

This commit is contained in:
Samuel Newman
2026-01-30 15:44:04 +02:00
committed by GitHub
parent 45735144ee
commit 9689a6daaa
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -466,7 +466,7 @@ let PostContent = ({
additionalCauses={additionalPostAlerts}
/>
{richText.text ? (
<>
<View style={[a.mb_2xs]}>
<RichText
enableTags
testID="postText"
@@ -479,7 +479,7 @@ let PostContent = ({
{limitLines && (
<ShowMoreTextButton style={[a.text_md]} onPress={onPressShowMore} />
)}
</>
</View>
) : undefined}
{postEmbed ? (
<View style={[a.pb_xs]}>