fix label spacing (#9195)
This commit is contained in:
@@ -195,7 +195,7 @@ function PostInner({
|
|||||||
childContainerStyle={styles.contentHiderChild}>
|
childContainerStyle={styles.contentHiderChild}>
|
||||||
<PostAlerts
|
<PostAlerts
|
||||||
modui={moderation.ui('contentView')}
|
modui={moderation.ui('contentView')}
|
||||||
style={[a.py_xs]}
|
style={[a.pb_xs]}
|
||||||
/>
|
/>
|
||||||
{richText.text ? (
|
{richText.text ? (
|
||||||
<View>
|
<View>
|
||||||
|
|||||||
@@ -458,7 +458,7 @@ let PostContent = ({
|
|||||||
childContainerStyle={styles.contentHiderChild}>
|
childContainerStyle={styles.contentHiderChild}>
|
||||||
<PostAlerts
|
<PostAlerts
|
||||||
modui={moderation.ui('contentList')}
|
modui={moderation.ui('contentList')}
|
||||||
style={[a.py_2xs]}
|
style={[a.pb_xs]}
|
||||||
additionalCauses={additionalPostAlerts}
|
additionalCauses={additionalPostAlerts}
|
||||||
/>
|
/>
|
||||||
{richText.text ? (
|
{richText.text ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user